2024-02-22T18:27:38.015 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-22T18:27:38.015 DEBUG:teuthology.run:Teuthology command: teuthology --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} --name yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977/orig.config.yaml 2024-02-22T18:27:38.053 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-22T18:27:38.132 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977 branch: pacific-release 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: '7570977' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-22_18:15:46-rados-pacific-release-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: pacific-release 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: eb66ed921e744301e6863be6353618d63967ea59 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: eb66ed921e744301e6863be6353618d63967ea59 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-ksirivad-pacific-release-whitelist sha1: 391ea41edcaa85aa674d6e816fb2469974fc7d8e owner: scheduled_yuriw@teuthology priority: 61 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 264 sha1: eb66ed921e744301e6863be6353618d63967ea59 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-ksirivad-pacific-release-whitelist suite_path: /home/teuthworker/src/github.com_kamoltat_ceph_391ea41edcaa85aa674d6e816fb2469974fc7d8e/qa suite_relpath: qa suite_repo: https://github.com/kamoltat/ceph.git suite_sha1: 391ea41edcaa85aa674d6e816fb2469974fc7d8e targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDfGOyUsJ4zv6av+tL3IIEzgs/pDzI81nx/Eg0c4iTOWbQmw00Of02A9J0oPIE4FG9q3JY6LeQM5BQNXsCByn2Y= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBuwf5glERkwkTTRPxoB3irNp9h81jROs+3UXGdGXe5c4ZLvWI+eErmXePCK41xuyTdeDkAFicf/zA4vpbw9gq4= 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-22_18:15:46 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-02-22T18:27:38.132 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_kamoltat_ceph_391ea41edcaa85aa674d6e816fb2469974fc7d8e/qa; will attempt to use it 2024-02-22T18:27:38.133 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_kamoltat_ceph_391ea41edcaa85aa674d6e816fb2469974fc7d8e/qa/tasks 2024-02-22T18:27:38.133 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-22T18:27:38.134 INFO:teuthology.task.internal:Checking packages... 2024-02-22T18:27:38.156 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'eb66ed921e744301e6863be6353618d63967ea59' 2024-02-22T18:27:38.156 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-22T18:27:38.156 INFO:teuthology.packaging:ref: None 2024-02-22T18:27:38.157 INFO:teuthology.packaging:tag: None 2024-02-22T18:27:38.157 INFO:teuthology.packaging:branch: pacific-release 2024-02-22T18:27:38.157 INFO:teuthology.packaging:sha1: eb66ed921e744301e6863be6353618d63967ea59 2024-02-22T18:27:38.157 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-22T18:27:38.299 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-550.geb66ed92 2024-02-22T18:27:38.300 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-22T18:27:38.311 INFO:teuthology.task.internal:no buildpackages task found 2024-02-22T18:27:38.311 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-22T18:27:38.331 INFO:teuthology.task.internal:Saving configuration 2024-02-22T18:27:38.343 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-22T18:27:38.353 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-22T18:27:38.378 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977', '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-22 18:18:47.473060', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDfGOyUsJ4zv6av+tL3IIEzgs/pDzI81nx/Eg0c4iTOWbQmw00Of02A9J0oPIE4FG9q3JY6LeQM5BQNXsCByn2Y='} 2024-02-22T18:27:38.402 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977', '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-22 18:18:47.474451', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBuwf5glERkwkTTRPxoB3irNp9h81jROs+3UXGdGXe5c4ZLvWI+eErmXePCK41xuyTdeDkAFicf/zA4vpbw9gq4='} 2024-02-22T18:27:38.402 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-22T18:27:38.412 INFO:teuthology.task.internal:roles: ubuntu@smithi012.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-22T18:27:38.412 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-22T18:27:38.412 INFO:teuthology.run_tasks:Running task console_log... 2024-02-22T18:27:38.551 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f42ea961ee0>, signals=[15]) 2024-02-22T18:27:38.552 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-22T18:27:38.562 INFO:teuthology.task.internal:Opening connections... 2024-02-22T18:27:38.563 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T18:27:38.564 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:27:38.637 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-02-22T18:27:38.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:27:38.707 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-22T18:27:38.718 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2024-02-22T18:27:38.741 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2024-02-22T18:27:38.742 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2024-02-22T18:27:38.803 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="CentOS Stream" 2024-02-22T18:27:38.803 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="8" 2024-02-22T18:27:38.803 INFO:teuthology.orchestra.run.smithi012.stdout:ID="centos" 2024-02-22T18:27:38.803 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE="rhel fedora" 2024-02-22T18:27:38.803 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="8" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:PLATFORM_ID="platform:el8" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:ANSI_COLOR="0;31" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://centos.org/" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-22T18:27:38.804 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-22T18:27:38.805 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2024-02-22T18:27:38.826 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-02-22T18:27:38.848 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-02-22T18:27:38.848 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="CentOS Stream" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="8" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:ID="centos" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE="rhel fedora" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="8" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:PLATFORM_ID="platform:el8" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:ANSI_COLOR="0;31" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://centos.org/" 2024-02-22T18:27:38.909 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-22T18:27:38.910 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-22T18:27:38.910 INFO:teuthology.orchestra.run.smithi186.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-22T18:27:38.910 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-02-22T18:27:38.926 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-22T18:27:38.938 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-22T18:27:38.949 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-22T18:27:38.949 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2024-02-22T18:27:38.952 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-02-22T18:27:38.972 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-22T18:27:38.982 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-22T18:27:38.982 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2024-02-22T18:27:39.014 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-02-22T18:27:39.043 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-22T18:27:39.105 INFO:teuthology.run_tasks:Running task kernel... 2024-02-22T18:27:39.124 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-22T18:27:39.124 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-22T18:27:39.124 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-22T18:27:39.125 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-22T18:27:39.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T18:27:39.143 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-02-22T18:27:39.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T18:27:39.146 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-02-22T18:27:39.202 INFO:teuthology.orchestra.run.smithi186.stdout:4.18.0-489.el8.x86_64 2024-02-22T18:27:39.202 INFO:teuthology.task.kernel:Running kernel on smithi186: 4.18.0-489.el8.x86_64 2024-02-22T18:27:39.203 DEBUG:teuthology.orchestra.run.smithi186:> sudo yum install -y kernel 2024-02-22T18:27:39.208 INFO:teuthology.orchestra.run.smithi012.stdout:4.18.0-489.el8.x86_64 2024-02-22T18:27:39.208 INFO:teuthology.task.kernel:Running kernel on smithi012: 4.18.0-489.el8.x86_64 2024-02-22T18:27:39.208 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum install -y kernel 2024-02-22T18:27:47.444 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 8 - AppStream 4.8 MB/s | 27 MB 00:05 2024-02-22T18:27:47.876 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 8 - AppStream 4.5 MB/s | 27 MB 00:06 2024-02-22T18:36:28.028 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 8 - BaseOS 20 kB/s | 10 MB 08:35 2024-02-22T18:36:28.168 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 8 - BaseOS 20 kB/s | 10 MB 08:35 2024-02-22T18:36:30.022 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2024-02-22T18:36:30.126 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 8 - Extras 68 kB/s | 18 kB 00:00 2024-02-22T18:36:30.462 INFO:teuthology.orchestra.run.smithi186.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2024-02-22T18:36:30.585 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2024-02-22T18:36:30.705 INFO:teuthology.orchestra.run.smithi186.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-22T18:36:30.845 INFO:teuthology.orchestra.run.smithi012.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-02-22T18:36:32.440 INFO:teuthology.orchestra.run.smithi012.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-02-22T18:36:32.458 INFO:teuthology.orchestra.run.smithi186.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2024-02-22T18:36:36.173 INFO:teuthology.orchestra.run.smithi186.stdout:lab-extras 508 kB/s | 24 kB 00:00 2024-02-22T18:36:36.428 INFO:teuthology.orchestra.run.smithi012.stdout:lab-extras 413 kB/s | 24 kB 00:00 2024-02-22T18:36:39.211 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-22T18:36:39.211 INFO:teuthology.orchestra.run.smithi186.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-22T18:36:39.325 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-02-22T18:36:39.326 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T18:36:39.326 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-02-22T18:36:39.326 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T18:36:39.326 INFO:teuthology.orchestra.run.smithi186.stdout:Installing: 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout: kernel x86_64 4.18.0-540.el8 baseos 10 M 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-core x86_64 4.18.0-540.el8 baseos 44 M 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules x86_64 4.18.0-540.el8 baseos 36 M 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout:Install 3 Packages 2024-02-22T18:36:39.327 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T18:36:39.328 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 90 M 2024-02-22T18:36:39.328 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 97 M 2024-02-22T18:36:39.328 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-02-22T18:36:39.609 INFO:teuthology.orchestra.run.smithi012.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-22T18:36:39.609 INFO:teuthology.orchestra.run.smithi012.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-22T18:36:39.732 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2024-02-22T18:36:39.732 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T18:36:39.732 INFO:teuthology.orchestra.run.smithi012.stdout: Package Architecture Version Repository Size 2024-02-22T18:36:39.732 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout:Installing: 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout: kernel x86_64 4.18.0-540.el8 baseos 10 M 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout:Installing dependencies: 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-core x86_64 4.18.0-540.el8 baseos 44 M 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules x86_64 4.18.0-540.el8 baseos 36 M 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout:Install 3 Packages 2024-02-22T18:36:39.733 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T18:36:39.734 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 90 M 2024-02-22T18:36:39.734 INFO:teuthology.orchestra.run.smithi012.stdout:Installed size: 97 M 2024-02-22T18:36:39.734 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2024-02-22T18:40:49.376 INFO:teuthology.orchestra.run.smithi012.stdout:[MIRROR] kernel-4.18.0-540.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-540.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2024-02-22T18:40:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:[MIRROR] kernel-core-4.18.0-540.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-540.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2024-02-22T18:40:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:[MIRROR] kernel-modules-4.18.0-540.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-540.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2024-02-22T18:40:50.478 INFO:teuthology.orchestra.run.smithi012.stdout:(1/3): kernel-4.18.0-540.el8.x86_64.rpm 42 kB/s | 10 MB 04:10 2024-02-22T18:40:51.528 INFO:teuthology.orchestra.run.smithi012.stdout:(2/3): kernel-modules-4.18.0-540.el8.x86_64.rpm 148 kB/s | 36 MB 04:11 2024-02-22T18:40:52.195 INFO:teuthology.orchestra.run.smithi012.stdout:(3/3): kernel-core-4.18.0-540.el8.x86_64.rpm 177 kB/s | 44 MB 04:12 2024-02-22T18:40:52.196 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-02-22T18:40:52.196 INFO:teuthology.orchestra.run.smithi012.stdout:Total 366 kB/s | 90 MB 04:12 2024-02-22T18:40:52.770 INFO:teuthology.orchestra.run.smithi186.stdout:[MIRROR] kernel-4.18.0-540.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-540.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2024-02-22T18:40:52.770 INFO:teuthology.orchestra.run.smithi186.stdout:[MIRROR] kernel-core-4.18.0-540.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-540.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2024-02-22T18:40:52.770 INFO:teuthology.orchestra.run.smithi186.stdout:[MIRROR] kernel-modules-4.18.0-540.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-540.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2024-02-22T18:40:52.905 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2024-02-22T18:40:53.354 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2024-02-22T18:40:53.354 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2024-02-22T18:40:53.901 INFO:teuthology.orchestra.run.smithi186.stdout:(1/3): kernel-4.18.0-540.el8.x86_64.rpm 41 kB/s | 10 MB 04:14 2024-02-22T18:40:54.648 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2024-02-22T18:40:54.687 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2024-02-22T18:40:56.132 INFO:teuthology.orchestra.run.smithi186.stdout:(2/3): kernel-core-4.18.0-540.el8.x86_64.rpm 174 kB/s | 44 MB 04:16 2024-02-22T18:40:57.640 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2024-02-22T18:40:57.833 INFO:teuthology.orchestra.run.smithi186.stdout:(3/3): kernel-modules-4.18.0-540.el8.x86_64.rpm 144 kB/s | 36 MB 04:18 2024-02-22T18:40:57.833 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-02-22T18:40:57.833 INFO:teuthology.orchestra.run.smithi186.stdout:Total 358 kB/s | 90 MB 04:18 2024-02-22T18:40:58.125 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T18:40:58.516 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-02-22T18:40:58.952 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-02-22T18:40:58.953 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-02-22T18:41:00.203 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-02-22T18:41:00.242 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-02-22T18:41:01.902 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T18:41:02.307 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T18:41:03.058 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-02-22T18:41:03.594 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T18:41:05.986 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T18:41:06.302 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:07.244 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 1/3 2024-02-22T18:41:07.668 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T18:41:11.107 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 2/3 2024-02-22T18:41:11.376 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:29.717 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:29.739 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:30.102 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:30.102 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-4.18.0-540.el8.x86_64 1/3 2024-02-22T18:41:30.102 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-core-4.18.0-540.el8.x86_64 2/3 2024-02-22T18:41:30.678 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:30.678 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T18:41:30.678 INFO:teuthology.orchestra.run.smithi012.stdout:Installed: 2024-02-22T18:41:30.678 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-4.18.0-540.el8.x86_64 kernel-core-4.18.0-540.el8.x86_64 2024-02-22T18:41:30.678 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules-4.18.0-540.el8.x86_64 2024-02-22T18:41:30.678 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T18:41:30.678 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2024-02-22T18:41:30.826 DEBUG:teuthology.orchestra.run.smithi012:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T18:41:31.066 INFO:teuthology.orchestra.run.smithi012.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T18:41:31.066 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T18:41:31.066 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-540.el8.x86_64 2024-02-22T18:41:31.066 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-22T18:41:31.066 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-22T18:41:31.067 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-22T18:41:31.067 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi012.front.sepia.ceph.com, path=None, version=distro) 2024-02-22T18:41:31.067 DEBUG:teuthology.orchestra.run.smithi012:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T18:41:31.287 INFO:teuthology.orchestra.run.smithi012.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T18:41:31.287 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T18:41:31.287 DEBUG:teuthology.orchestra.run.smithi012:> sudo rpm -qi grub2-tools 2024-02-22T18:41:31.322 INFO:teuthology.orchestra.run.smithi012.stdout:Name : grub2-tools 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Epoch : 1 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Version : 2.02 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Release : 129.el8 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: x86_64 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Group : System Environment/Base 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Size : 9265586 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:License : GPLv3+ 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Relocations : (not relocatable) 2024-02-22T18:41:31.323 INFO:teuthology.orchestra.run.smithi012.stdout:Packager : CentOS BuildSystem 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:Vendor : CentOS 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:Summary : Support tools for GRUB. 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:Description : 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:hardware devices. 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T18:41:31.324 INFO:teuthology.orchestra.run.smithi012.stdout:This subpackage provides tools for support of all platforms. 2024-02-22T18:41:31.325 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-22T18:41:31.325 INFO:teuthology.task.kernel:Updating grub on smithi012 to boot 4.18.0-540.el8.x86_64 2024-02-22T18:41:31.325 DEBUG:teuthology.orchestra.run.smithi012:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-22T18:41:32.849 INFO:teuthology.orchestra.run.smithi012.stderr:Generating grub configuration file ... 2024-02-22T18:41:33.551 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-core-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:33.574 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:33.958 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: kernel-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:33.958 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-4.18.0-540.el8.x86_64 1/3 2024-02-22T18:41:33.958 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-core-4.18.0-540.el8.x86_64 2/3 2024-02-22T18:41:34.490 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : kernel-modules-4.18.0-540.el8.x86_64 3/3 2024-02-22T18:41:34.490 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T18:41:34.490 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-02-22T18:41:34.490 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-4.18.0-540.el8.x86_64 kernel-core-4.18.0-540.el8.x86_64 2024-02-22T18:41:34.490 INFO:teuthology.orchestra.run.smithi186.stdout: kernel-modules-4.18.0-540.el8.x86_64 2024-02-22T18:41:34.490 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T18:41:34.490 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-02-22T18:41:34.660 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T18:41:34.675 INFO:teuthology.orchestra.run.smithi012.stderr:done 2024-02-22T18:41:34.677 DEBUG:teuthology.orchestra.run.smithi012:> mktemp 2024-02-22T18:41:34.717 INFO:teuthology.orchestra.run.smithi012.stdout:/tmp/tmp.I8SxcrYuQT 2024-02-22T18:41:34.718 DEBUG:teuthology.orchestra.run.smithi012:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.I8SxcrYuQT 2024-02-22T18:41:34.791 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0666 /tmp/tmp.I8SxcrYuQT 2024-02-22T18:41:34.878 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T18:41:34.878 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T18:41:34.879 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-540.el8.x86_64 2024-02-22T18:41:34.879 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-22T18:41:34.879 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-22T18:41:34.879 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-22T18:41:34.879 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2024-02-22T18:41:34.880 DEBUG:teuthology.orchestra.run.smithi186:> rpm -q kernel | sort -rV | head -n 1 2024-02-22T18:41:34.950 DEBUG:teuthology.orchestra.remote:smithi012:/tmp/tmp.I8SxcrYuQT is 6KB 2024-02-22T18:41:35.000 DEBUG:teuthology.orchestra.run.smithi012:> rm -fr /tmp/tmp.I8SxcrYuQT 2024-02-22T18:41:35.017 DEBUG:teuthology.orchestra.run.smithi012:> sudo /bin/ls /boot/loader/entries || true 2024-02-22T18:41:35.092 INFO:teuthology.orchestra.run.smithi186.stdout:kernel-4.18.0-540.el8.x86_64 2024-02-22T18:41:35.092 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-540.el8.x86_64 2024-02-22T18:41:35.092 DEBUG:teuthology.orchestra.run.smithi186:> sudo rpm -qi grub2-tools 2024-02-22T18:41:35.110 INFO:teuthology.orchestra.run.smithi012.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-22T18:41:35.110 INFO:teuthology.orchestra.run.smithi012.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-22T18:41:35.110 INFO:teuthology.orchestra.run.smithi012.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-22T18:41:35.110 INFO:teuthology.orchestra.run.smithi012.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64.conf 2024-02-22T18:41:35.111 DEBUG:teuthology.orchestra.run.smithi012:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Name : grub2-tools 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Epoch : 1 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Version : 2.02 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Release : 129.el8 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: x86_64 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Group : System Environment/Base 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:Size : 9265586 2024-02-22T18:41:35.126 INFO:teuthology.orchestra.run.smithi186.stdout:License : GPLv3+ 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Relocations : (not relocatable) 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Packager : CentOS BuildSystem 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Vendor : CentOS 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Summary : Support tools for GRUB. 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:Description : 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-22T18:41:35.127 INFO:teuthology.orchestra.run.smithi186.stdout:hardware devices. 2024-02-22T18:41:35.128 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T18:41:35.128 INFO:teuthology.orchestra.run.smithi186.stdout:This subpackage provides tools for support of all platforms. 2024-02-22T18:41:35.128 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-22T18:41:35.129 INFO:teuthology.task.kernel:Updating grub on smithi186 to boot 4.18.0-540.el8.x86_64 2024-02-22T18:41:35.129 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-22T18:41:35.228 DEBUG:teuthology.orchestra.run.smithi012:> sudo shutdown -r now 2024-02-22T18:41:36.715 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2024-02-22T18:41:39.032 INFO:teuthology.orchestra.run.smithi186.stderr:done 2024-02-22T18:41:39.033 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2024-02-22T18:41:39.066 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.ZltkWSa13x 2024-02-22T18:41:39.066 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZltkWSa13x 2024-02-22T18:41:39.139 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.ZltkWSa13x 2024-02-22T18:41:39.285 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.ZltkWSa13x is 6KB 2024-02-22T18:41:39.333 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.ZltkWSa13x 2024-02-22T18:41:39.351 DEBUG:teuthology.orchestra.run.smithi186:> sudo /bin/ls /boot/loader/entries || true 2024-02-22T18:41:39.432 INFO:teuthology.orchestra.run.smithi186.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-22T18:41:39.433 INFO:teuthology.orchestra.run.smithi186.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-22T18:41:39.433 INFO:teuthology.orchestra.run.smithi186.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-22T18:41:39.433 INFO:teuthology.orchestra.run.smithi186.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64.conf 2024-02-22T18:41:39.434 DEBUG:teuthology.orchestra.run.smithi186:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-540.el8.x86_64 2024-02-22T18:41:39.590 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2024-02-22T18:42:05.258 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-22T18:42:05.258 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-02-22T18:42:05.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:42:09.597 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-22T18:42:09.598 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-22T18:42:09.598 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:42:23.680 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-02-22T18:42:28.032 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-02-22T18:42:32.684 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-02-22T18:42:32.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:42:37.036 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-22T18:42:37.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:42:40.092 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-02-22T18:42:51.068 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-02-22T18:42:52.093 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-22T18:42:52.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:43:03.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-02-22T18:43:03.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:43:03.459 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-02-22T18:43:03.821 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-02-22T18:43:03.821 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-540.el8.x86_64"... 2024-02-22T18:43:03.821 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-02-22T18:43:03.839 INFO:teuthology.orchestra.run.smithi012.stdout:4.18.0-540.el8.x86_64 2024-02-22T18:43:03.840 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-540.el8.x86_64 vs 4.18.0-540.el8.x86_64 2024-02-22T18:43:03.840 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-22T18:43:03.840 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-22T18:43:04.841 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-22T18:43:04.842 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-22T18:43:04.923 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2024-02-22T18:43:04.939 DEBUG:teuthology.parallel:result is None 2024-02-22T18:43:10.528 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-02-22T18:43:25.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-22T18:43:25.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T18:43:25.936 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-02-22T18:43:26.293 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-22T18:43:26.293 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-540.el8.x86_64"... 2024-02-22T18:43:26.293 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-02-22T18:43:26.311 INFO:teuthology.orchestra.run.smithi186.stdout:4.18.0-540.el8.x86_64 2024-02-22T18:43:26.312 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-540.el8.x86_64 vs 4.18.0-540.el8.x86_64 2024-02-22T18:43:26.312 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-22T18:43:26.312 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-22T18:43:27.313 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-22T18:43:27.313 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-22T18:43:27.370 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-02-22T18:43:27.382 DEBUG:teuthology.parallel:result is None 2024-02-22T18:43:27.383 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-22T18:43:27.390 INFO:teuthology.task.internal:Creating test directory... 2024-02-22T18:43:27.390 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-22T18:43:27.395 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-22T18:43:27.416 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-22T18:43:27.423 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-22T18:43:27.431 INFO:teuthology.task.internal:Creating archive directory... 2024-02-22T18:43:27.431 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-22T18:43:27.459 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-22T18:43:27.500 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-22T18:43:27.507 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-22T18:43:27.507 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T18:43:27.529 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T18:43:27.572 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T18:43:27.581 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T18:43:27.583 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T18:43:27.590 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-22T18:43:27.592 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-22T18:43:27.599 INFO:teuthology.task.internal:Configuring sudo... 2024-02-22T18:43:27.599 DEBUG:teuthology.orchestra.run.smithi012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-22T18:43:27.601 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-22T18:43:27.629 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-22T18:43:27.641 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-22T18:43:27.641 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-22T18:43:27.676 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-22T18:43:27.695 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T18:43:27.780 DEBUG:teuthology.orchestra.run.smithi012:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T18:43:27.834 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T18:43:27.923 DEBUG:teuthology.orchestra.run.smithi012:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T18:43:27.970 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T18:43:27.970 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-22T18:43:28.041 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T18:43:28.086 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-22T18:43:28.135 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T18:43:28.219 DEBUG:teuthology.orchestra.run.smithi186:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-22T18:43:28.260 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-22T18:43:28.260 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-22T18:43:28.327 DEBUG:teuthology.orchestra.run.smithi012:> sudo service rsyslog restart 2024-02-22T18:43:28.329 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-02-22T18:43:28.414 INFO:teuthology.orchestra.run.smithi012.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-22T18:43:28.423 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-22T18:43:28.692 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-22T18:43:28.700 INFO:teuthology.task.internal:Starting timer... 2024-02-22T18:43:28.701 INFO:teuthology.run_tasks:Running task pcp... 2024-02-22T18:43:28.710 INFO:teuthology.run_tasks:Running task selinux... 2024-02-22T18:43:28.720 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-22T18:43:28.720 DEBUG:teuthology.orchestra.run.smithi012:> sudo service auditd rotate 2024-02-22T18:43:28.823 INFO:teuthology.orchestra.run.smithi012.stdout:Rotating logs: 2024-02-22T18:43:28.825 DEBUG:teuthology.orchestra.run.smithi186:> sudo service auditd rotate 2024-02-22T18:43:28.918 INFO:teuthology.orchestra.run.smithi186.stdout:Rotating logs: 2024-02-22T18:43:28.920 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-22T18:43:28.920 DEBUG:teuthology.orchestra.run.smithi012:> /usr/sbin/getenforce 2024-02-22T18:43:28.948 INFO:teuthology.orchestra.run.smithi012.stdout:Permissive 2024-02-22T18:43:28.949 DEBUG:teuthology.orchestra.run.smithi186:> /usr/sbin/getenforce 2024-02-22T18:43:28.978 INFO:teuthology.orchestra.run.smithi186.stdout:Permissive 2024-02-22T18:43:28.978 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi012.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi186.front.sepia.ceph.com': 'permissive'} 2024-02-22T18:43:28.978 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T18:43:29.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T18:43:29.019 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T18:43:29.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T18:43:29.047 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-22T18:43:29.047 DEBUG:teuthology.orchestra.run.smithi012:> sudo /usr/sbin/setenforce permissive 2024-02-22T18:43:29.090 DEBUG:teuthology.orchestra.run.smithi186:> sudo /usr/sbin/setenforce permissive 2024-02-22T18:43:29.119 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-22T18:43:29.131 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-22T18:43:29.150 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-22T18:43:29.151 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi012.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-22T19:02:01.204 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi012.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2024-02-22T19:02:01.206 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-02-22T19:02:01.207 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T19:02:01.284 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-02-22T19:02:01.311 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-02-22T19:02:01.312 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-22T19:02:01.312 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-22T19:02:01.384 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-02-22T19:02:01.454 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-22T19:02:01.454 INFO:teuthology.run_tasks:Running task clock... 2024-02-22T19:02:01.466 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-22T19:02:01.466 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-22T19:02:01.466 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T19:02:01.469 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-22T19:02:01.469 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T19:02:01.501 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-22T19:02:01.516 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-22T19:02:01.525 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-22T19:02:01.539 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-22T19:02:01.581 INFO:teuthology.orchestra.run.smithi012.stderr:sudo: ntpd: command not found 2024-02-22T19:02:01.592 INFO:teuthology.orchestra.run.smithi012.stdout:506 Cannot talk to daemon 2024-02-22T19:02:01.606 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-22T19:02:01.610 INFO:teuthology.orchestra.run.smithi186.stderr:sudo: ntpd: command not found 2024-02-22T19:02:01.620 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-22T19:02:01.622 INFO:teuthology.orchestra.run.smithi186.stdout:506 Cannot talk to daemon 2024-02-22T19:02:01.635 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-22T19:02:01.648 INFO:teuthology.orchestra.run.smithi186.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-22T19:02:01.688 INFO:teuthology.orchestra.run.smithi012.stderr:bash: ntpq: command not found 2024-02-22T19:02:01.691 INFO:teuthology.orchestra.run.smithi012.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-22T19:02:01.692 INFO:teuthology.orchestra.run.smithi012.stdout:=============================================================================== 2024-02-22T19:02:01.692 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.692 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.692 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.692 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.712 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2024-02-22T19:02:01.716 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-22T19:02:01.716 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-02-22T19:02:01.716 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.716 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.716 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.716 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:02:01.717 INFO:teuthology.run_tasks:Running task pexec... 2024-02-22T19:02:01.726 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-22T19:02:01.727 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:02:01.727 DEBUG:teuthology.orchestra.run.smithi012:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-22T19:02:01.727 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi186.front.sepia.ceph.com 2024-02-22T19:02:01.727 DEBUG:teuthology.orchestra.run.smithi186:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-22T19:02:02.551 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:05:43 ago on Thu 22 Feb 2024 06:56:19 PM UTC. 2024-02-22T19:02:02.551 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:05:34 ago on Thu 22 Feb 2024 06:56:28 PM UTC. 2024-02-22T19:02:04.581 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout: Package Architecture Version Repository Size 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout:Resetting modules: 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T19:02:04.583 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:02:04.761 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2024-02-22T19:02:04.762 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T19:02:04.762 INFO:teuthology.orchestra.run.smithi012.stdout: Package Architecture Version Repository Size 2024-02-22T19:02:04.762 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T19:02:04.762 INFO:teuthology.orchestra.run.smithi012.stdout:Resetting modules: 2024-02-22T19:02:04.762 INFO:teuthology.orchestra.run.smithi012.stdout: container-tools 2024-02-22T19:02:04.762 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:02:04.763 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2024-02-22T19:02:04.763 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T19:02:04.763 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:02:04.834 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-02-22T19:02:05.024 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2024-02-22T19:02:05.694 INFO:teuthology.orchestra.run.smithi186.stdout:Last metadata expiration check: 0:05:46 ago on Thu 22 Feb 2024 06:56:19 PM UTC. 2024-02-22T19:02:05.914 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:05:37 ago on Thu 22 Feb 2024 06:56:28 PM UTC. 2024-02-22T19:02:07.737 INFO:teuthology.orchestra.run.smithi186.stdout:Dependencies resolved. 2024-02-22T19:02:07.772 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T19:02:07.772 INFO:teuthology.orchestra.run.smithi186.stdout: Package Arch Version Repository Size 2024-02-22T19:02:07.772 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T19:02:07.772 INFO:teuthology.orchestra.run.smithi186.stdout:Installing group/module packages: 2024-02-22T19:02:07.772 INFO:teuthology.orchestra.run.smithi186.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-22T19:02:07.772 INFO:teuthology.orchestra.run.smithi186.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-22T19:02:07.772 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: crun x86_64 1.14.1-1.module_el8+951+32019cde appstream 257 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout:Installing dependencies: 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout:Installing weak dependencies: 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout:Installing module profiles: 2024-02-22T19:02:07.773 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools/common 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout:Enabling module streams: 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout: container-tools rhel8 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction Summary 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout:================================================================================ 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout:Install 13 Packages 2024-02-22T19:02:07.774 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:02:07.775 INFO:teuthology.orchestra.run.smithi186.stdout:Total download size: 27 M 2024-02-22T19:02:07.775 INFO:teuthology.orchestra.run.smithi186.stdout:Installed size: 91 M 2024-02-22T19:02:07.775 INFO:teuthology.orchestra.run.smithi186.stdout:Downloading Packages: 2024-02-22T19:02:08.131 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: Package Arch Version Repository Size 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout:Installing group/module packages: 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: crun x86_64 1.14.1-1.module_el8+951+32019cde appstream 257 k 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-22T19:02:08.170 INFO:teuthology.orchestra.run.smithi012.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout:Installing dependencies: 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout:Installing weak dependencies: 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout:Installing module profiles: 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: container-tools/common 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling module streams: 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: container-tools rhel8 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:02:08.171 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2024-02-22T19:02:08.172 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-02-22T19:02:08.172 INFO:teuthology.orchestra.run.smithi012.stdout:Install 13 Packages 2024-02-22T19:02:08.172 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:02:08.172 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 27 M 2024-02-22T19:02:08.172 INFO:teuthology.orchestra.run.smithi012.stdout:Installed size: 91 M 2024-02-22T19:02:08.172 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2024-02-22T19:02:09.382 INFO:teuthology.orchestra.run.smithi186.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 484 kB/s | 688 kB 00:01 2024-02-22T19:02:09.498 INFO:teuthology.orchestra.run.smithi012.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 537 kB/s | 688 kB 00:01 2024-02-22T19:02:09.541 INFO:teuthology.orchestra.run.smithi186.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 652 kB/s | 1.0 MB 00:01 2024-02-22T19:02:09.657 INFO:teuthology.orchestra.run.smithi012.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 716 kB/s | 1.0 MB 00:01 2024-02-22T19:02:09.949 INFO:teuthology.orchestra.run.smithi186.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 67 kB/s | 38 kB 00:00 2024-02-22T19:02:10.049 INFO:teuthology.orchestra.run.smithi012.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 69 kB/s | 38 kB 00:00 2024-02-22T19:02:10.550 INFO:teuthology.orchestra.run.smithi186.stdout:(4/13): crun-1.14.1-1.module_el8+951+32019cde.x 255 kB/s | 257 kB 00:01 2024-02-22T19:02:10.674 INFO:teuthology.orchestra.run.smithi012.stdout:(4/13): crun-1.14.1-1.module_el8+951+32019cde.x 253 kB/s | 257 kB 00:01 2024-02-22T19:02:11.475 INFO:teuthology.orchestra.run.smithi186.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 195 kB/s | 180 kB 00:00 2024-02-22T19:02:11.582 INFO:teuthology.orchestra.run.smithi012.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 198 kB/s | 180 kB 00:00 2024-02-22T19:02:11.917 INFO:teuthology.orchestra.run.smithi186.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 56 kB/s | 25 kB 00:00 2024-02-22T19:02:12.007 INFO:teuthology.orchestra.run.smithi012.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 58 kB/s | 25 kB 00:00 2024-02-22T19:02:12.225 INFO:teuthology.orchestra.run.smithi186.stdout:(7/13): buildah-1.33.5-1.module_el8+885+7da147f 2.3 MB/s | 9.7 MB 00:04 2024-02-22T19:02:12.576 INFO:teuthology.orchestra.run.smithi186.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 142 kB/s | 94 kB 00:00 2024-02-22T19:02:12.683 INFO:teuthology.orchestra.run.smithi012.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 139 kB/s | 94 kB 00:00 2024-02-22T19:02:12.808 INFO:teuthology.orchestra.run.smithi012.stdout:(8/13): buildah-1.33.5-1.module_el8+885+7da147f 2.1 MB/s | 9.7 MB 00:04 2024-02-22T19:02:12.942 INFO:teuthology.orchestra.run.smithi186.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 1.4 MB/s | 4.1 MB 00:02 2024-02-22T19:02:13.198 INFO:teuthology.orchestra.run.smithi186.stdout:[MIRROR] udica-0.2.6-20.module_el8+804+f131391c.noarch.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/udica-0.2.6-20.module_el8%2b804%2bf131391c.noarch.rpm (IP: 199.165.82.202) 2024-02-22T19:02:13.368 INFO:teuthology.orchestra.run.smithi186.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 124 kB/s | 53 kB 00:00 2024-02-22T19:02:13.443 INFO:teuthology.orchestra.run.smithi186.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 547 kB/s | 41 kB 00:00 2024-02-22T19:02:14.157 INFO:teuthology.orchestra.run.smithi012.stdout:(9/13): netavark-1.10.3-1.module_el8+951+32019c 1.0 MB/s | 4.1 MB 00:04 2024-02-22T19:02:14.675 INFO:teuthology.orchestra.run.smithi012.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 101 kB/s | 53 kB 00:00 2024-02-22T19:02:14.810 INFO:teuthology.orchestra.run.smithi186.stdout:(12/13): toolbox-0.0.99.5-1.module_el8+847+7863 1.1 MB/s | 2.5 MB 00:02 2024-02-22T19:02:14.920 INFO:teuthology.orchestra.run.smithi012.stdout:[MIRROR] yajl-2.1.0-12.el8.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/yajl-2.1.0-12.el8.x86_64.rpm (IP: 199.165.82.202) 2024-02-22T19:02:15.084 INFO:teuthology.orchestra.run.smithi012.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 100 kB/s | 41 kB 00:00 2024-02-22T19:02:15.126 INFO:teuthology.orchestra.run.smithi012.stdout:(12/13): toolbox-0.0.99.5-1.module_el8+847+7863 1.1 MB/s | 2.5 MB 00:02 2024-02-22T19:02:16.151 INFO:teuthology.orchestra.run.smithi012.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 2.5 MB/s | 8.8 MB 00:03 2024-02-22T19:02:16.151 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-02-22T19:02:16.151 INFO:teuthology.orchestra.run.smithi012.stdout:Total 3.4 MB/s | 27 MB 00:07 2024-02-22T19:02:16.202 INFO:teuthology.orchestra.run.smithi186.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 2.2 MB/s | 8.8 MB 00:03 2024-02-22T19:02:16.202 INFO:teuthology.orchestra.run.smithi186.stdout:-------------------------------------------------------------------------------- 2024-02-22T19:02:16.202 INFO:teuthology.orchestra.run.smithi186.stdout:Total 3.3 MB/s | 27 MB 00:08 2024-02-22T19:02:16.434 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2024-02-22T19:02:16.457 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2024-02-22T19:02:16.457 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2024-02-22T19:02:16.475 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction check 2024-02-22T19:02:16.495 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction check succeeded. 2024-02-22T19:02:16.495 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction test 2024-02-22T19:02:16.740 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2024-02-22T19:02:16.743 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2024-02-22T19:02:16.754 INFO:teuthology.orchestra.run.smithi186.stdout:Transaction test succeeded. 2024-02-22T19:02:16.757 INFO:teuthology.orchestra.run.smithi186.stdout:Running transaction 2024-02-22T19:02:17.449 INFO:teuthology.orchestra.run.smithi186.stdout: Preparing : 1/1 2024-02-22T19:02:17.479 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2024-02-22T19:02:18.403 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-22T19:02:18.466 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-22T19:02:18.590 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T19:02:18.659 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T19:02:18.761 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-22T19:02:18.878 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-22T19:02:19.012 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-22T19:02:19.075 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-22T19:02:19.221 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-22T19:02:19.442 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-22T19:02:19.813 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-22T19:02:20.038 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-22T19:02:20.791 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-02-22T19:02:21.012 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-22T19:02:21.023 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-02-22T19:02:21.245 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-22T19:02:21.257 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : crun-1.14.1-1.module_el8+951+32019cde.x86_64 9/13 2024-02-22T19:02:21.477 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : crun-1.14.1-1.module_el8+951+32019cde.x86_64 9/13 2024-02-22T19:02:21.710 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-22T19:02:21.911 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T19:02:21.923 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-22T19:02:22.126 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T19:02:22.153 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T19:02:22.343 INFO:teuthology.orchestra.run.smithi186.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T19:02:22.384 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T19:02:22.593 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T19:02:22.754 INFO:teuthology.orchestra.run.smithi186.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : crun-1.14.1-1.module_el8+951+32019cde.x86_64 5/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T19:02:22.755 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T19:02:23.026 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-22T19:02:23.026 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-22T19:02:23.026 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-22T19:02:23.026 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : crun-1.14.1-1.module_el8+951+32019cde.x86_64 5/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-22T19:02:23.027 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-22T19:02:23.337 INFO:teuthology.orchestra.run.smithi186.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-22T19:02:23.337 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:02:23.337 INFO:teuthology.orchestra.run.smithi186.stdout:Installed: 2024-02-22T19:02:23.337 INFO:teuthology.orchestra.run.smithi186.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-22T19:02:23.337 INFO:teuthology.orchestra.run.smithi186.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: crun-1.14.1-1.module_el8+951+32019cde.x86_64 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:02:23.338 INFO:teuthology.orchestra.run.smithi186.stdout:Complete! 2024-02-22T19:02:23.646 DEBUG:teuthology.parallel:result is None 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout:Installed: 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: crun-1.14.1-1.module_el8+951+32019cde.x86_64 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-02-22T19:02:23.665 INFO:teuthology.orchestra.run.smithi012.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:02:23.666 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2024-02-22T19:02:23.963 DEBUG:teuthology.parallel:result is None 2024-02-22T19:02:23.964 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-22T19:02:24.042 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': 'eb66ed921e744301e6863be6353618d63967ea59'} 2024-02-22T19:02:24.042 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-22T19:02:24.042 INFO:tasks.cephadm:Cluster fsid is e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:24.043 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-22T19:02:24.043 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-22T19:02:24.043 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi012': '172.21.15.12', 'mon.smithi186': '172.21.15.186'} 2024-02-22T19:02:24.043 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-22T19:02:24.043 DEBUG:teuthology.orchestra.run.smithi012:> sudo hostname $(hostname -s) 2024-02-22T19:02:24.072 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2024-02-22T19:02:24.102 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-22T19:02:24.103 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T19:02:24.305 INFO:teuthology.orchestra.run.smithi012.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 22 19:02 /home/ubuntu/cephtest/cephadm 2024-02-22T19:02:24.305 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T19:02:24.439 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 22 19:02 /home/ubuntu/cephtest/cephadm 2024-02-22T19:02:24.440 DEBUG:teuthology.orchestra.run.smithi012:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-22T19:02:24.459 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-22T19:02:24.490 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /etc/ceph 2024-02-22T19:02:24.527 DEBUG:teuthology.orchestra.run.smithi186:> sudo mkdir -p /etc/ceph 2024-02-22T19:02:24.555 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 777 /etc/ceph 2024-02-22T19:02:24.597 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 777 /etc/ceph 2024-02-22T19:02:24.624 INFO:tasks.cephadm:Writing seed config... 2024-02-22T19:02:24.625 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-22T19:02:24.625 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-22T19:02:24.625 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-22T19:02:24.626 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-22T19:02:24.626 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-22T19:02:24.626 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-22T19:02:24.626 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-22T19:02:24.626 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-22T19:02:24.626 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:02:24.626 DEBUG:teuthology.orchestra.run.smithi012:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-22T19:02:24.656 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 = e9b66754-d1b4-11ee-95bf-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-22T19:02:24.656 DEBUG:teuthology.orchestra.run.smithi012:mon.smithi012> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012.service 2024-02-22T19:02:24.700 INFO:tasks.cephadm:Bootstrapping... 2024-02-22T19:02:24.700 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid e9b66754-d1b4-11ee-95bf-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.12 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-22T19:02:24.725 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:-- Logs begin at Thu 2024-02-22 18:42:47 UTC. -- 2024-02-22T19:02:25.084 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-22T19:02:26.665 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: 4.9.3-dev 2024-02-22T19:02:26.675 INFO:teuthology.orchestra.run.smithi012.stderr:Verifying podman|docker is present... 2024-02-22T19:02:26.675 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-22T19:02:26.698 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: 4.9.3-dev 2024-02-22T19:02:26.707 INFO:teuthology.orchestra.run.smithi012.stderr:Verifying lvm2 is present... 2024-02-22T19:02:26.707 INFO:teuthology.orchestra.run.smithi012.stderr:Verifying time synchronization is in place... 2024-02-22T19:02:26.708 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled chrony.service 2024-02-22T19:02:26.715 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-22T19:02:26.715 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active chrony.service 2024-02-22T19:02:26.721 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: inactive 2024-02-22T19:02:26.722 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-22T19:02:26.728 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: enabled 2024-02-22T19:02:26.728 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active chronyd.service 2024-02-22T19:02:26.734 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: active 2024-02-22T19:02:26.735 INFO:teuthology.orchestra.run.smithi012.stderr:Unit chronyd.service is enabled and running 2024-02-22T19:02:26.735 INFO:teuthology.orchestra.run.smithi012.stderr:Repeating the final host check... 2024-02-22T19:02:26.735 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-22T19:02:26.757 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: 4.9.3-dev 2024-02-22T19:02:26.770 INFO:teuthology.orchestra.run.smithi012.stderr:podman|docker (/bin/podman) is present 2024-02-22T19:02:26.770 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl is present 2024-02-22T19:02:26.770 INFO:teuthology.orchestra.run.smithi012.stderr:lvcreate is present 2024-02-22T19:02:26.770 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled chrony.service 2024-02-22T19:02:26.775 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-22T19:02:26.776 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active chrony.service 2024-02-22T19:02:26.782 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: inactive 2024-02-22T19:02:26.782 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-22T19:02:26.788 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: enabled 2024-02-22T19:02:26.788 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active chronyd.service 2024-02-22T19:02:26.793 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: active 2024-02-22T19:02:26.794 INFO:teuthology.orchestra.run.smithi012.stderr:Unit chronyd.service is enabled and running 2024-02-22T19:02:26.794 INFO:teuthology.orchestra.run.smithi012.stderr:Host looks OK 2024-02-22T19:02:26.795 INFO:teuthology.orchestra.run.smithi012.stderr:Cluster fsid: e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:26.795 INFO:teuthology.orchestra.run.smithi012.stderr:Acquiring lock 140294566912128 on /run/cephadm/e9b66754-d1b4-11ee-95bf-87774f69a715.lock 2024-02-22T19:02:26.795 INFO:teuthology.orchestra.run.smithi012.stderr:Lock 140294566912128 acquired on /run/cephadm/e9b66754-d1b4-11ee-95bf-87774f69a715.lock 2024-02-22T19:02:26.795 INFO:teuthology.orchestra.run.smithi012.stderr:Verifying IP 172.21.15.12 port 3300 ... 2024-02-22T19:02:26.795 INFO:teuthology.orchestra.run.smithi012.stderr:Verifying IP 172.21.15.12 port 6789 ... 2024-02-22T19:02:26.796 INFO:teuthology.orchestra.run.smithi012.stderr:Base mon IP is 172.21.15.12, final addrv is [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-02-22T19:02:26.796 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /sbin/ip route ls 2024-02-22T19:02:26.798 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.12 metric 100 2024-02-22T19:02:26.798 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.12 metric 100 2024-02-22T19:02:26.798 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /sbin/ip -6 route ls 2024-02-22T19:02:26.801 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-22T19:02:26.801 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-22T19:02:26.801 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2024-02-22T19:02:26.801 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /sbin/ip -6 addr ls 2024-02-22T19:02:26.804 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-22T19:02:26.804 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-22T19:02:26.804 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-22T19:02:26.804 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-22T19:02:26.804 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:25ea/64 scope link 2024-02-22T19:02:26.804 INFO:teuthology.orchestra.run.smithi012.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-22T19:02:26.805 INFO:teuthology.orchestra.run.smithi012.stderr:Mon IP `172.21.15.12` is in CIDR network `172.21.0.0/20` 2024-02-22T19:02:26.805 INFO:teuthology.orchestra.run.smithi012.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-22T19:02:26.806 INFO:teuthology.orchestra.run.smithi012.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-22T19:02:26.806 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-22T19:02:26.903 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-22T19:02:33.698 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: Getting image source signatures 2024-02-22T19:02:33.701 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-22T19:02:33.701 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-22T19:02:48.401 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-22T19:02:48.560 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: Writing manifest to image destination 2024-02-22T19:02:48.887 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-22T19:02:48.895 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-22T19:02:49.555 INFO:teuthology.orchestra.run.smithi012.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-22T19:02:50.153 INFO:teuthology.orchestra.run.smithi012.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-22T19:02:50.153 INFO:teuthology.orchestra.run.smithi012.stderr:Extracting ceph user uid/gid from container image... 2024-02-22T19:02:50.153 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-22T19:02:50.679 INFO:teuthology.orchestra.run.smithi012.stderr:stat: 167 167 2024-02-22T19:02:51.249 INFO:teuthology.orchestra.run.smithi012.stderr:Creating initial keys... 2024-02-22T19:02:51.249 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-22T19:02:51.752 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-authtool: AQBbmtdlyEpwKBAAx9BkGyI2H6ml8Wmm48+pMg== 2024-02-22T19:02:52.239 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-22T19:02:52.757 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-authtool: AQBcmtdlA1rsJhAAXNiTDA/hIG4x9Wn+K5fAZw== 2024-02-22T19:02:53.259 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-22T19:02:53.821 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-authtool: AQBdmtdlPtjDKRAAYGnQFLvk+yZT03nChdukQA== 2024-02-22T19:02:54.344 INFO:teuthology.orchestra.run.smithi012.stderr:Creating initial monmap... 2024-02-22T19:02:54.345 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpej5e4q4t:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 --addv smithi012 [v2:172.21.15.12:3300,v1:172.21.15.12:6789] /tmp/monmap 2024-02-22T19:02:54.902 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-22T19:02:54.902 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:54.902 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-22T19:02:55.491 INFO:teuthology.orchestra.run.smithi012.stderr:monmaptool for smithi012 [v2:172.21.15.12:3300,v1:172.21.15.12:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-22T19:02:55.491 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/monmaptool: set fsid to e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:55.491 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-22T19:02:55.491 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:02:55.491 INFO:teuthology.orchestra.run.smithi012.stderr:Creating mon... 2024-02-22T19:02:55.493 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012:/var/lib/ceph/mon/ceph-smithi012:z -v /tmp/ceph-tmpgdqqlxq7:/tmp/keyring:z -v /tmp/ceph-tmpej5e4q4t:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi012 --fsid e9b66754-d1b4-11ee-95bf-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-22T19:02:55.994 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.933+0000 7f902fd87700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-22T19:02:55.994 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.934+0000 7f902fd87700 1 imported monmap: 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: last_changed 2024-02-22T19:02:54.786315+0000 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: created 2024-02-22T19:02:54.786315+0000 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon.smithi012 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.934+0000 7f902fd87700 0 /usr/bin/ceph-mon: set fsid to e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: RocksDB version: 6.8.1 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Compile date Jul 8 2021 2024-02-22T19:02:55.995 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: DB SUMMARY 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi012/store.db dir, Total Num: 0, files: 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi012/store.db: 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.error_if_exists: 0 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.create_if_missing: 1 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.paranoid_checks: 1 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.env: 0x5603010a61c0 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.fs: Posix File System 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.info_log: 0x560301aaec20 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.statistics: (nil) 2024-02-22T19:02:55.996 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.use_fsync: 0 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_log_file_size: 0 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.allow_fallocate: 1 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.use_direct_reads: 0 2024-02-22T19:02:55.997 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.db_log_dir: 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi012/store.db 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_subcompactions: 1 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_background_flushes: -1 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-22T19:02:55.998 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.write_buffer_manager: 0x560301ab7530 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.unordered_write: 0 2024-02-22T19:02:55.999 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.row_cache: None 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.wal_filter: None 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.preserve_deletes: 0 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.two_write_queues: 0 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.atomic_flush: 0 2024-02-22T19:02:56.000 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.log_readahead_size: 0 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_background_jobs: 2 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_background_compactions: -1 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-22T19:02:56.001 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.max_open_files: -1 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Compression algorithms supported: 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kZSTD supported: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kXpressCompression supported: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kLZ4Compression supported: 1 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kBZip2Compression supported: 0 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kZlibCompression supported: 1 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: kSnappyCompression supported: 1 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.935+0000 7f902fd87700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-22T19:02:56.002 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi012/store.db/MANIFEST-000001 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.merge_operator: 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_filter: None 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5603019c8160) 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-22T19:02:56.003 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_cache: 0x5603019fed10 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-22T19:02:56.004 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-22T19:02:56.005 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compression: NoCompression 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.num_levels: 7 2024-02-22T19:02:56.006 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-22T19:02:56.007 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-22T19:02:56.008 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-22T19:02:56.009 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.table_properties_collectors: 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.inplace_update_support: 0 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.bloom_locality: 0 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.max_successive_merges: 0 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-22T19:02:56.010 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.ttl: 2592000 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.936+0000 7f902fd87700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.937+0000 7f902fd87700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi012/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-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.937+0000 7f902fd87700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.939+0000 7f902fd87700 4 rocksdb: DB pointer 0x560301ac3800 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.939+0000 7f9018c10700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.939+0000 7f9018c10700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-22T19:02:56.011 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.012 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.013 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:02:56.014 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.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-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: 2024-02-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.941+0000 7f902fd87700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.941+0000 7f902fd87700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-22T19:02:56.015 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph-mon: debug 2024-02-22T19:02:55.941+0000 7f902fd87700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi012 for mon.smithi012 2024-02-22T19:02:56.486 INFO:teuthology.orchestra.run.smithi012.stderr:create mon.smithi012 on 2024-02-22T19:02:56.486 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:56.492 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl disable ceph.target 2024-02-22T19:02:56.587 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl enable ceph.target 2024-02-22T19:02:56.595 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-22T19:02:56.684 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl start ceph.target 2024-02-22T19:02:56.691 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl enable ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target 2024-02-22T19:02:56.698 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target → /etc/systemd/system/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target. 2024-02-22T19:02:56.698 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target → /etc/systemd/system/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target. 2024-02-22T19:02:56.781 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl start ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target 2024-02-22T19:02:56.787 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl daemon-reload 2024-02-22T19:02:56.874 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012 2024-02-22T19:02:56.901 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl reset-failed ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012 2024-02-22T19:02:56.906 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Failed to reset failed state of unit ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012.service: Unit ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012.service not loaded. 2024-02-22T19:02:56.907 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl enable ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012 2024-02-22T19:02:56.913 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target.wants/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012.service → /etc/systemd/system/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@.service. 2024-02-22T19:02:57.005 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl start ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012 2024-02-22T19:02:57.046 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:57 smithi012 systemd[1]: Starting Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:02:57.509 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T19:02:57.518 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: disabled 2024-02-22T19:02:57.518 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T19:02:57.526 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: inactive 2024-02-22T19:02:57.526 INFO:teuthology.orchestra.run.smithi012.stderr:firewalld.service is not enabled 2024-02-22T19:02:57.527 INFO:teuthology.orchestra.run.smithi012.stderr:Not possible to enable service . firewalld.service is not available 2024-02-22T19:02:57.527 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for mon to start... 2024-02-22T19:02:57.527 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for mon... 2024-02-22T19:02:57.527 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012:/var/lib/ceph/mon/ceph-smithi012:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-22T19:02:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:57 smithi012 bash[62954]: 0dad29d1237c72b882a11024acc8573c6a9af27a3d6c81d621e61571d28fac50 2024-02-22T19:02:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:57 smithi012 systemd[1]: Started Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:02:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: cluster 2024-02-22T19:02:57.506181+0000 mon.smithi012 (mon.0) 0 : [INF] mkfs e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: cluster 2024-02-22T19:02:57.483119+0000 mon.smithi012 (mon.0) 1 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-02-22T19:02:58.733 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: cluster: 2024-02-22T19:02:58.733 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: id: e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:58.733 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-22T19:02:58.733 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:02:58.733 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: services: 2024-02-22T19:02:58.733 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi012 (age 1.22619s) 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: data: 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: pgs: 2024-02-22T19:02:58.734 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:02:58.756 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: cluster 2024-02-22T19:02:57.504906+0000 mon.smithi012 (mon.0) 2 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-02-22T19:02:58.756 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: cluster 2024-02-22T19:02:57.505062+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0]} 2024-02-22T19:02:58.756 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: cluster 2024-02-22T19:02:57.508502+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] fsmap 2024-02-22T19:02:58.756 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: cluster 2024-02-22T19:02:57.512201+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-22T19:02:58.756 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: cluster 2024-02-22T19:02:57.512666+0000 mon.smithi012 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-22T19:02:59.290 INFO:teuthology.orchestra.run.smithi012.stderr:mon is available 2024-02-22T19:02:59.291 INFO:teuthology.orchestra.run.smithi012.stderr:Assimilating anything we can from ceph.conf... 2024-02-22T19:02:59.291 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012:/var/lib/ceph/mon/ceph-smithi012:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi012/config 2024-02-22T19:02:59.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:02:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: audit 2024-02-22T19:02:58.731062+0000 mon.smithi012 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.12:0/715701294' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-22T19:02:59.900 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:02:59.900 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: [global] 2024-02-22T19:02:59.900 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: fsid = e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:02:59.900 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-22T19:02:59.900 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.12:3300,v1:172.21.15.12:6789] 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: [mgr] 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: [osd] 2024-02-22T19:02:59.903 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-22T19:02:59.904 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-22T19:03:00.382 INFO:teuthology.orchestra.run.smithi012.stderr:Generating new minimal ceph.conf... 2024-02-22T19:03:00.382 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012:/var/lib/ceph/mon/ceph-smithi012:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi012/config 2024-02-22T19:03:00.635 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: audit 2024-02-22T19:02:59.894835+0000 mon.smithi012 (mon.0) 8 : audit [INF] from='client.? 172.21.15.12:0/395071667' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-22T19:03:00.636 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: audit 2024-02-22T19:02:59.898008+0000 mon.smithi012 (mon.0) 9 : audit [INF] from='client.? 172.21.15.12:0/395071667' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-22T19:03:01.489 INFO:teuthology.orchestra.run.smithi012.stderr:Restarting the monitor... 2024-02-22T19:03:01.490 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl restart ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012 2024-02-22T19:03:01.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:01 smithi012 systemd[1]: Stopping Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:03:01.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: audit 2024-02-22T19:03:00.945111+0000 mon.smithi012 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.12:0/3786543632' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:03:01.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: debug 2024-02-22T19:03:01.619+0000 7f60802b4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi012 -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-22T19:03:01.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[62976]: debug 2024-02-22T19:03:01.619+0000 7f60802b4700 -1 mon.smithi012@0(leader) e1 *** Got Signal Terminated *** 2024-02-22T19:03:02.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 podman[63301]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012 2024-02-22T19:03:02.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012.service: Succeeded. 2024-02-22T19:03:02.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 systemd[1]: Stopped Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:03:02.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 systemd[1]: Starting Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:03:02.830 INFO:teuthology.orchestra.run.smithi012.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-22T19:03:02.830 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-22T19:03:03.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.765+0000 7fcfc6b66700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-22T19:03:03.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.765+0000 7fcfc6b66700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-22T19:03:03.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.765+0000 7fcfc6b66700 0 pidfile_write: ignore empty --pid-file 2024-02-22T19:03:03.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 0 load: jerasure load: lrc load: isa 2024-02-22T19:03:03.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: RocksDB version: 6.8.1 2024-02-22T19:03:03.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.057 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Compile date Jul 8 2021 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: DB SUMMARY 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: CURRENT file: CURRENT 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi012/store.db dir, Total Num: 1, files: 000004.sst 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi012/store.db: 000006.log size: 89357 ; 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.error_if_exists: 0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.create_if_missing: 0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.paranoid_checks: 1 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.env: 0x55be732011c0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.fs: Posix File System 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.info_log: 0x55be74603a40 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.statistics: (nil) 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.use_fsync: 0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_log_file_size: 0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.allow_fallocate: 1 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-22T19:03:03.059 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.use_direct_reads: 0 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.db_log_dir: 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi012/store.db 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_subcompactions: 1 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_background_flushes: -1 2024-02-22T19:03:03.060 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.write_buffer_manager: 0x55be7527a030 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-22T19:03:03.061 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.unordered_write: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.row_cache: None 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.wal_filter: None 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.preserve_deletes: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.two_write_queues: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.atomic_flush: 0 2024-02-22T19:03:03.062 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.log_readahead_size: 0 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_background_jobs: 2 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.max_background_compactions: -1 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.770+0000 7fcfc6b66700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-22T19:03:03.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_open_files: -1 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Compression algorithms supported: 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kZSTD supported: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kXpressCompression supported: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kLZ4Compression supported: 1 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kBZip2Compression supported: 0 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kZlibCompression supported: 1 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: kSnappyCompression supported: 1 2024-02-22T19:03:03.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi012/store.db/MANIFEST-000005 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.merge_operator: 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_filter: None 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55be7451c170) 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cache_index_and_filter_blocks: 1 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-22T19:03:03.065 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: pin_top_level_index_and_filter: 1 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: index_type: 0 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: data_block_index_type: 0 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: index_shortening: 1 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: data_block_hash_table_util_ratio: 0.750000 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: hash_index_allow_collision: 1 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: checksum: 1 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: no_block_cache: 0 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_cache: 0x55be74552f10 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_cache_name: BinnedLRUCache 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_cache_options: 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: capacity : 536870912 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: num_shard_bits : 4 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: strict_capacity_limit : 0 2024-02-22T19:03:03.066 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: high_pri_pool_ratio: 0.000 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_cache_compressed: (nil) 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: persistent_cache: (nil) 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_size: 4096 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_size_deviation: 10 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_restart_interval: 16 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: index_block_restart_interval: 1 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: metadata_block_size: 4096 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: partition_filters: 0 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: use_delta_encoding: 1 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-22T19:03:03.068 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: whole_key_filtering: 1 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: verify_compression: 0 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: read_amp_bytes_per_bit: 0 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: format_version: 2 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: enable_index_compression: 1 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: block_align: 0 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compression: NoCompression 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.num_levels: 7 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-22T19:03:03.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-22T19:03:03.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-22T19:03:03.071 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-22T19:03:03.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-22T19:03:03.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-22T19:03:03.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-22T19:03:03.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-22T19:03:03.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-22T19:03:03.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-22T19:03:03.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-22T19:03:03.073 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-22T19:03:03.073 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-22T19:03:03.073 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-22T19:03:03.073 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-22T19:03:03.073 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.table_properties_collectors: 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.inplace_update_support: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.bloom_locality: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.max_successive_merges: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-22T19:03:03.074 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.ttl: 2592000 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.771+0000 7fcfc6b66700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.772+0000 7fcfc6b66700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi012/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-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.772+0000 7fcfc6b66700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.772+0000 7fcfc6b66700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708628582773862, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.772+0000 7fcfc6b66700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.773+0000 7fcfc6b66700 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-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.773+0000 7fcfc6b66700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708628582775184, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 85946, "table_properties": {"data_size": 84182, "index_size": 369, "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": 9511, "raw_average_key_size": 46, "raw_value_size": 78672, "raw_average_value_size": 387, "num_data_blocks": 12, "num_entries": 203, "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": 1708628582, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.773+0000 7fcfc6b66700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.774+0000 7fcfc6b66700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708628582775785, "job": 1, "event": "recovery_finished"} 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.775+0000 7fcfc6b66700 4 rocksdb: DB pointer 0x55be74617800 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.775+0000 7fcfad96e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-22T19:03:03.075 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.775+0000 7fcfad96e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ** DB Stats ** 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ** Compaction Stats [default] ** 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: L0 2/0 85.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Sum 2/0 85.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 2024-02-22T19:03:03.076 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ** Compaction Stats [default] ** 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.2 0.00 0.00 1 0.001 0 0 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Cumulative compaction: 0.00 GB write, 19.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Interval compaction: 0.00 GB write, 19.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.077 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ** Compaction Stats [default] ** 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: L0 2/0 85.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Sum 2/0 85.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.2 0.00 0.00 1 0.001 0 0 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ** Compaction Stats [default] ** 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.2 0.00 0.00 1 0.001 0 0 2024-02-22T19:03:03.078 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: Cumulative compaction: 0.00 GB write, 19.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.776+0000 7fcfc6b66700 0 starting mon.smithi012 rank 0 at public addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] at bind addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi012 fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 1 mon.smithi012@-1(???) e1 preinit fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 0 mon.smithi012@-1(???).mds e1 new map 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 0 mon.smithi012@-1(???).mds e1 print_map 2024-02-22T19:03:03.079 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: e1 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 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-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: legacy client fscid: -1 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: No filesystems configured 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 0 mon.smithi012@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 0 mon.smithi012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 0 mon.smithi012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 0 mon.smithi012@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:00.945111+0000 mon.smithi012 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.12:0/3786543632' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.778+0000 7fcfc6b66700 1 mon.smithi012@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expand map: {default=false} 2024-02-22T19:03:03.080 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta from 'false' to 'false' 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expanded map: {default=false} 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expand map: {default=info} 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta from 'info' to 'info' 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expanded map: {default=info} 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expand map: {default=daemon} 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expand map: {default=debug} 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:03:02.780+0000 7fcfc6b66700 20 expand_channel_meta expanded map: {default=debug} 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 bash[63372]: a8d3be3af30e30036f473cc0706388a413228bfa5712e950d2b7b0282e07b6c9 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 systemd[1]: Started Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:02.796134+0000 mon.smithi012 (mon.0) 1 : cluster [INF] mon.smithi012 is new leader, mons smithi012 in quorum (ranks 0) 2024-02-22T19:03:03.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:02.796177+0000 mon.smithi012 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0]} 2024-02-22T19:03:03.082 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:02.796219+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] fsmap 2024-02-22T19:03:03.082 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:02.796256+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-22T19:03:03.082 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:02.796630+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-22T19:03:03.986 INFO:teuthology.orchestra.run.smithi012.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-22T19:03:03.986 INFO:teuthology.orchestra.run.smithi012.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-22T19:03:03.986 INFO:teuthology.orchestra.run.smithi012.stderr:Creating mgr... 2024-02-22T19:03:03.986 INFO:teuthology.orchestra.run.smithi012.stderr:Verifying port 9283 ... 2024-02-22T19:03:03.989 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl daemon-reload 2024-02-22T19:03:04.088 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mgr.smithi012.uvcbek 2024-02-22T19:03:04.114 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl reset-failed ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mgr.smithi012.uvcbek 2024-02-22T19:03:04.119 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Failed to reset failed state of unit ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mgr.smithi012.uvcbek.service: Unit ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mgr.smithi012.uvcbek.service not loaded. 2024-02-22T19:03:04.120 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl enable ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mgr.smithi012.uvcbek 2024-02-22T19:03:04.126 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715.target.wants/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mgr.smithi012.uvcbek.service → /etc/systemd/system/ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@.service. 2024-02-22T19:03:04.216 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl start ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mgr.smithi012.uvcbek 2024-02-22T19:03:04.811 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:03.431127+0000 mon.smithi012 (mon.0) 6 : audit [INF] from='client.? 172.21.15.12:0/2273271409' entity='client.admin' 2024-02-22T19:03:04.815 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T19:03:04.823 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: disabled 2024-02-22T19:03:04.824 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T19:03:04.833 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: inactive 2024-02-22T19:03:04.833 INFO:teuthology.orchestra.run.smithi012.stderr:firewalld.service is not enabled 2024-02-22T19:03:04.833 INFO:teuthology.orchestra.run.smithi012.stderr:Not possible to enable service . firewalld.service is not available 2024-02-22T19:03:04.834 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T19:03:04.842 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: disabled 2024-02-22T19:03:04.843 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T19:03:04.851 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: inactive 2024-02-22T19:03:04.852 INFO:teuthology.orchestra.run.smithi012.stderr:firewalld.service is not enabled 2024-02-22T19:03:04.852 INFO:teuthology.orchestra.run.smithi012.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-22T19:03:04.852 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for mgr to start... 2024-02-22T19:03:04.852 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for mgr... 2024-02-22T19:03:04.852 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: { 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "fsid": "e9b66754-d1b4-11ee-95bf-87774f69a715", 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "health": { 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "checks": {}, 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mutes": [] 2024-02-22T19:03:05.476 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum": [ 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 0 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "smithi012" 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "monmap": { 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:05.477 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osdmap": { 2024-02-22T19:03:05.478 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:05.478 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-22T19:03:05.478 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-22T19:03:05.478 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-22T19:03:05.478 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "pgmap": { 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-22T19:03:05.482 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "fsmap": { 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "available": false, 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "modules": [ 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "iostat", 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "nfs", 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "restful" 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:05.483 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "services": {} 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "servicemap": { 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "modified": "2024-02-22T19:02:57.506585+0000", 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "services": {} 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-22T19:03:05.484 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: } 2024-02-22T19:03:05.825 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:05.472045+0000 mon.smithi012 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.12:0/1789754983' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-22T19:03:06.103 INFO:teuthology.orchestra.run.smithi012.stderr:mgr not available, waiting (1/15)... 2024-02-22T19:03:08.106 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-22T19:03:08.698 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:03:08.698 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: { 2024-02-22T19:03:08.698 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "fsid": "e9b66754-d1b4-11ee-95bf-87774f69a715", 2024-02-22T19:03:08.698 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "health": { 2024-02-22T19:03:08.698 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "checks": {}, 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mutes": [] 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum": [ 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 0 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "smithi012" 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "monmap": { 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:08.699 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osdmap": { 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-22T19:03:08.700 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-22T19:03:08.704 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-22T19:03:08.704 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-22T19:03:08.704 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:08.704 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "pgmap": { 2024-02-22T19:03:08.704 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "fsmap": { 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-22T19:03:08.705 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "available": false, 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "modules": [ 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "iostat", 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "nfs", 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "restful" 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "services": {} 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "servicemap": { 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "modified": "2024-02-22T19:02:57.506585+0000", 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "services": {} 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:08.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-22T19:03:08.707 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: } 2024-02-22T19:03:09.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:08.694616+0000 mon.smithi012 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.12:0/1551871545' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-22T19:03:10.511 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:10.082185+0000 mon.smithi012 (mon.0) 9 : cluster [INF] Activating manager daemon smithi012.uvcbek 2024-02-22T19:03:10.511 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:10.084690+0000 mon.smithi012 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi012.uvcbek(active, starting, since 0.00262088s) 2024-02-22T19:03:10.511 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.085642+0000 mon.smithi012 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.085834+0000 mon.smithi012 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.085959+0000 mon.smithi012 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.086087+0000 mon.smithi012 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.086556+0000 mon.smithi012 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:10.099936+0000 mon.smithi012 (mon.0) 16 : cluster [INF] Manager daemon smithi012.uvcbek is now available 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.107095+0000 mon.smithi012 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.112870+0000 mon.smithi012 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.114116+0000 mon.smithi012 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.119040+0000 mon.smithi012 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:10.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:10.121017+0000 mon.smithi012 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.12:0/293775879' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:11.906 INFO:teuthology.orchestra.run.smithi012.stderr:mgr not available, waiting (2/15)... 2024-02-22T19:03:12.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:11.088357+0000 mon.smithi012 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi012.uvcbek(active, since 1.00629s) 2024-02-22T19:03:13.909 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-22T19:03:14.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:13.090642+0000 mon.smithi012 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi012.uvcbek(active, since 3s) 2024-02-22T19:03:14.681 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:03:14.681 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: { 2024-02-22T19:03:14.681 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "fsid": "e9b66754-d1b4-11ee-95bf-87774f69a715", 2024-02-22T19:03:14.681 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "health": { 2024-02-22T19:03:14.681 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "checks": {}, 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mutes": [] 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum": [ 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 0 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "smithi012" 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "monmap": { 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-22T19:03:14.682 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-22T19:03:14.683 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:14.683 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osdmap": { 2024-02-22T19:03:14.683 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:14.683 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-22T19:03:14.683 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-22T19:03:14.683 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-22T19:03:14.683 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-22T19:03:14.686 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-22T19:03:14.686 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-22T19:03:14.686 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:14.686 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "pgmap": { 2024-02-22T19:03:14.686 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-22T19:03:14.686 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-22T19:03:14.686 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "fsmap": { 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "available": true, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-22T19:03:14.687 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "modules": [ 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "iostat", 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "nfs", 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "restful" 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ], 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "services": {} 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "servicemap": { 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "modified": "2024-02-22T19:02:57.506585+0000", 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "services": {} 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: }, 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-22T19:03:14.688 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: } 2024-02-22T19:03:15.187 INFO:teuthology.orchestra.run.smithi012.stderr:mgr is available 2024-02-22T19:03:15.187 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z -v /tmp/tmp38y3438j:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-22T19:03:15.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:14.678281+0000 mon.smithi012 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.12:0/1538486351' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-22T19:03:15.931 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:03:15.931 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: [global] 2024-02-22T19:03:15.931 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: fsid = e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:03:15.931 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: [mgr] 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: [osd] 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-22T19:03:15.932 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-22T19:03:16.214 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:15.928813+0000 mon.smithi012 (mon.0) 25 : audit [INF] from='client.? 172.21.15.12:0/847023202' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-22T19:03:16.492 INFO:teuthology.orchestra.run.smithi012.stderr:Enabling cephadm module... 2024-02-22T19:03:16.493 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-22T19:03:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:17.219626+0000 mon.smithi012 (mon.0) 26 : audit [INF] from='client.? 172.21.15.12:0/3255597681' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-22T19:03:18.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:17.272856+0000 mon.smithi012 (mon.0) 27 : audit [INF] from='client.? 172.21.15.12:0/3255597681' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-22T19:03:18.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:17.272917+0000 mon.smithi012 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi012.uvcbek(active, since 7s) 2024-02-22T19:03:22.071 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-22T19:03:22.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:22.550254+0000 mon.smithi012 (mon.0) 29 : cluster [INF] Active manager daemon smithi012.uvcbek restarted 2024-02-22T19:03:22.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:22.550617+0000 mon.smithi012 (mon.0) 30 : cluster [INF] Activating manager daemon smithi012.uvcbek 2024-02-22T19:03:22.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:22.552859+0000 mon.smithi012 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:22.602643+0000 mon.smithi012 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi012.uvcbek(active, starting, since 0.0521011s) 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.625130+0000 mon.smithi012 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.625907+0000 mon.smithi012 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.626692+0000 mon.smithi012 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.626830+0000 mon.smithi012 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.626976+0000 mon.smithi012 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:22.640897+0000 mon.smithi012 (mon.0) 38 : cluster [INF] Manager daemon smithi012.uvcbek is now available 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.654812+0000 mon.smithi012 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.657567+0000 mon.smithi012 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:23.877 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.660162+0000 mon.smithi012 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:23.878 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.753943+0000 mon.smithi012 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:23.878 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.754629+0000 mon.smithi012 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:03:23.878 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.755574+0000 mon.smithi012 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:03:23.878 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.757104+0000 mon.smithi012 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:03:23.878 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.768039+0000 mon.smithi012 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:03:23.878 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:22.769296+0000 mon.smithi012 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:03:25.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:23.607806+0000 mon.smithi012 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi012.uvcbek(active, since 1.05726s) 2024-02-22T19:03:25.638 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: { 2024-02-22T19:03:25.638 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 8, 2024-02-22T19:03:25.639 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "available": true, 2024-02-22T19:03:25.639 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "active_name": "smithi012.uvcbek", 2024-02-22T19:03:25.639 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-22T19:03:25.639 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: } 2024-02-22T19:03:26.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:24.613482+0000 mon.smithi012 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi012.uvcbek(active, since 2s) 2024-02-22T19:03:26.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:25.268561+0000 mon.smithi012 (mon.0) 50 : audit [DBG] from='client.? 172.21.15.12:0/3821767186' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-22T19:03:28.090 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for the mgr to restart... 2024-02-22T19:03:28.090 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for mgr epoch 8... 2024-02-22T19:03:28.091 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-22T19:03:28.620 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: { 2024-02-22T19:03:28.620 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-22T19:03:28.620 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "initialized": true 2024-02-22T19:03:28.621 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: } 2024-02-22T19:03:29.254 INFO:teuthology.orchestra.run.smithi012.stderr:mgr epoch 8 is available 2024-02-22T19:03:29.254 INFO:teuthology.orchestra.run.smithi012.stderr:Setting orchestrator backend to cephadm... 2024-02-22T19:03:29.254 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-22T19:03:29.520 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:28.613595+0000 mgr.smithi012.uvcbek (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-22T19:03:29.520 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:28.619548+0000 mgr.smithi012.uvcbek (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-22T19:03:30.485 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-22T19:03:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:29.940073+0000 mgr.smithi012.uvcbek (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-22T19:03:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:29.943939+0000 mon.smithi012 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:29.947213+0000 mon.smithi012 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:03:31.229 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: value unchanged 2024-02-22T19:03:31.716 INFO:teuthology.orchestra.run.smithi012.stderr:Generating ssh key... 2024-02-22T19:03:31.716 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-22T19:03:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:31.228400+0000 mgr.smithi012.uvcbek (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:33.698 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-22T19:03:33.897 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:32.355026+0000 mgr.smithi012.uvcbek (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-22T19:03:33.897 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:32.643327+0000 mon.smithi012 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:33.897 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:32.644952+0000 mon.smithi012 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:34.398 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipc7pIS0vlFNDEYH/5/MWkkKr7pbC3Ot/Arl/q2PWLxsDKOndRBK8rtHct8bAJrCT8slENJmD0mhu2T8/oAAlAyDhyVH400vNpo+ehqKJ3XkBuS2znLcJWy/5Egpr+mb83RcQXOwnPqqYYLctMFz6TCZ6gA8NBwB+WsfJnsn6Rn1gSzvDiXcWkPhwvBaJesD/bWH90Ux9BGYGLwd5Bgzg3NobLnNdhWdXN7kIpC+oOgiToU0GWzzMYNSOPQnKiGCYZV5SyfOX0P84M/44e6ml8Xv8VqyIfo58ovOb7v5+rx/WHLpmnX75xxYLFNhlinGAovAAUnljElNMfg2+lmxR5I0/X/JgP+J/iSFTuWYUfeqSdUcQy/MJw4rS0Dh/O3KJsUwYzyat3OjyyCPNNYRZ9Vv16qDlViKSAlCCKiUatsqU6ZZDeqFoXie/OblJugIlAWBwshfsryUUa75AZJoh2WQ6EEsgFY7zk5EjZbeI9+u1mJJwFqU3XT+lIEbgTTs= ceph-e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:03:35.013 INFO:teuthology.orchestra.run.smithi012.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-22T19:03:35.013 INFO:teuthology.orchestra.run.smithi012.stderr:Adding key to root@localhost authorized_keys... 2024-02-22T19:03:35.013 INFO:teuthology.orchestra.run.smithi012.stderr:Adding host smithi012... 2024-02-22T19:03:35.013 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi012 172.21.15.12 2024-02-22T19:03:35.708 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:34.397118+0000 mgr.smithi012.uvcbek (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:36.297 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Added host 'smithi012' with addr '172.21.15.12' 2024-02-22T19:03:36.853 INFO:teuthology.orchestra.run.smithi012.stderr:Deploying mon service with default placement... 2024-02-22T19:03:36.853 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-22T19:03:37.504 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-22T19:03:37.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:35.686925+0000 mgr.smithi012.uvcbek (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi012", "addr": "172.21.15.12", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:37.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:36.295291+0000 mon.smithi012 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:37.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:36.295584+0000 mgr.smithi012.uvcbek (mgr.14116) 9 : cephadm [INF] Added host smithi012 2024-02-22T19:03:37.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:36.295813+0000 mon.smithi012 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:03:38.075 INFO:teuthology.orchestra.run.smithi012.stderr:Deploying mgr service with default placement... 2024-02-22T19:03:38.075 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-22T19:03:38.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:37.499659+0000 mgr.smithi012.uvcbek (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:38.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:37.500376+0000 mgr.smithi012.uvcbek (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-22T19:03:38.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:37.502563+0000 mon.smithi012 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:38.792 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-22T19:03:39.432 INFO:teuthology.orchestra.run.smithi012.stderr:Deploying crash service with default placement... 2024-02-22T19:03:39.432 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-22T19:03:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:38.788597+0000 mgr.smithi012.uvcbek (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:38.789099+0000 mgr.smithi012.uvcbek (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-22T19:03:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:38.791198+0000 mon.smithi012 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:40.151 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-22T19:03:40.688 INFO:teuthology.orchestra.run.smithi012.stderr:Enabling mgr prometheus module... 2024-02-22T19:03:40.688 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-22T19:03:41.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:40.147241+0000 mgr.smithi012.uvcbek (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:41.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:40.147900+0000 mgr.smithi012.uvcbek (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-22T19:03:41.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:40.150073+0000 mon.smithi012 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.12:0/1711992367' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:42.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:41.479648+0000 mon.smithi012 (mon.0) 60 : audit [INF] from='client.? 172.21.15.12:0/4013700822' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-22T19:03:42.835 INFO:teuthology.orchestra.run.smithi012.stderr:Deploying prometheus service with default placement... 2024-02-22T19:03:42.836 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-22T19:03:43.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:42.155952+0000 mon.smithi012 (mon.0) 61 : audit [INF] from='client.? 172.21.15.12:0/4013700822' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-22T19:03:43.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:42.156010+0000 mon.smithi012 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi012.uvcbek(active, since 19s) 2024-02-22T19:03:48.607 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-22T19:03:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:47.547503+0000 mon.smithi012 (mon.0) 63 : cluster [INF] Active manager daemon smithi012.uvcbek restarted 2024-02-22T19:03:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:47.547923+0000 mon.smithi012 (mon.0) 64 : cluster [INF] Activating manager daemon smithi012.uvcbek 2024-02-22T19:03:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:47.549449+0000 mon.smithi012 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-22T19:03:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:47.600308+0000 mon.smithi012 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi012.uvcbek(active, starting, since 0.0525053s) 2024-02-22T19:03:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.601187+0000 mon.smithi012 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:03:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.601731+0000 mon.smithi012 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:03:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.602644+0000 mon.smithi012 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:03:48.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.602835+0000 mon.smithi012 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:03:48.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.602975+0000 mon.smithi012 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:03:48.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:47.616925+0000 mon.smithi012 (mon.0) 72 : cluster [INF] Manager daemon smithi012.uvcbek is now available 2024-02-22T19:03:48.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.720460+0000 mon.smithi012 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:03:48.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.721983+0000 mon.smithi012 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:03:48.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.738548+0000 mon.smithi012 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:03:48.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:47.745947+0000 mon.smithi012 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:03:49.268 INFO:teuthology.orchestra.run.smithi012.stderr:Deploying grafana service with default placement... 2024-02-22T19:03:49.268 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-22T19:03:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:48.602124+0000 mon.smithi012 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi012.uvcbek(active, since 1.05432s) 2024-02-22T19:03:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:48.603404+0000 mgr.smithi012.uvcbek (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-22T19:03:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:48.605535+0000 mon.smithi012 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:49.986 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-22T19:03:50.582 INFO:teuthology.orchestra.run.smithi012.stderr:Deploying node-exporter service with default placement... 2024-02-22T19:03:50.582 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-22T19:03:50.867 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:49.609960+0000 mon.smithi012 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi012.uvcbek(active, since 2s) 2024-02-22T19:03:50.867 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:49.979351+0000 mgr.smithi012.uvcbek (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:50.867 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:49.979874+0000 mgr.smithi012.uvcbek (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-22T19:03:50.867 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:49.984789+0000 mon.smithi012 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:51.330 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-22T19:03:51.922 INFO:teuthology.orchestra.run.smithi012.stderr:Deploying alertmanager service with default placement... 2024-02-22T19:03:51.922 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-22T19:03:52.582 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-22T19:03:52.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:51.326115+0000 mgr.smithi012.uvcbek (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-22T19:03:52.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:51.326768+0000 mgr.smithi012.uvcbek (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-22T19:03:52.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:51.329043+0000 mon.smithi012 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:53.144 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-22T19:03:53.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:52.578664+0000 mgr.smithi012.uvcbek (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:03:53.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:03:52.579196+0000 mgr.smithi012.uvcbek (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-22T19:03:53.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:52.581449+0000 mon.smithi012 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:54.543 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-22T19:03:55.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:53.865415+0000 mon.smithi012 (mon.0) 83 : audit [INF] from='client.? 172.21.15.12:0/3632819075' entity='client.admin' 2024-02-22T19:03:55.961 INFO:teuthology.orchestra.run.smithi012.stderr:Enabling the dashboard module... 2024-02-22T19:03:55.961 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-22T19:03:56.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:55.321904+0000 mon.smithi012 (mon.0) 84 : audit [INF] from='client.? 172.21.15.12:0/1508744963' entity='client.admin' 2024-02-22T19:03:57.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:56.743230+0000 mon.smithi012 (mon.0) 85 : audit [INF] from='client.? 172.21.15.12:0/3628855577' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-22T19:03:57.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:57.209264+0000 mon.smithi012 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.12:0/3448694194' entity='mgr.smithi012.uvcbek' 2024-02-22T19:03:57.997 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-22T19:03:58.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:57.332090+0000 mon.smithi012 (mon.0) 87 : audit [INF] from='client.? 172.21.15.12:0/3628855577' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-22T19:03:58.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:03:57.332162+0000 mon.smithi012 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi012.uvcbek(active, since 9s) 2024-02-22T19:03:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: { 2024-02-22T19:03:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-22T19:03:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "available": true, 2024-02-22T19:03:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "active_name": "smithi012.uvcbek", 2024-02-22T19:03:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-22T19:03:58.868 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: } 2024-02-22T19:03:59.579 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for the mgr to restart... 2024-02-22T19:03:59.579 INFO:teuthology.orchestra.run.smithi012.stderr:Waiting for mgr epoch 13... 2024-02-22T19:03:59.579 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-22T19:03:59.581 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:03:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:03:58.866901+0000 mon.smithi012 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.12:0/1184942540' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-22T19:04:02.986 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:02.679571+0000 mon.smithi012 (mon.0) 90 : cluster [INF] Active manager daemon smithi012.uvcbek restarted 2024-02-22T19:04:02.987 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:02.679977+0000 mon.smithi012 (mon.0) 91 : cluster [INF] Activating manager daemon smithi012.uvcbek 2024-02-22T19:04:02.987 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:02.681595+0000 mon.smithi012 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-22T19:04:03.748 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: { 2024-02-22T19:04:03.748 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-22T19:04:03.748 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: "initialized": true 2024-02-22T19:04:03.749 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: } 2024-02-22T19:04:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:02.732197+0000 mon.smithi012 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi012.uvcbek(active, starting, since 0.0523087s) 2024-02-22T19:04:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.734179+0000 mon.smithi012 (mon.0) 94 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.734914+0000 mon.smithi012 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.735748+0000 mon.smithi012 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.735971+0000 mon.smithi012 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.736153+0000 mon.smithi012 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:02.749885+0000 mon.smithi012 (mon.0) 99 : cluster [INF] Manager daemon smithi012.uvcbek is now available 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.853642+0000 mon.smithi012 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.855291+0000 mon.smithi012 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.879559+0000 mon.smithi012 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:02.883585+0000 mon.smithi012 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:04:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:03.294367+0000 mon.smithi012 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:04.664 INFO:teuthology.orchestra.run.smithi012.stderr:mgr epoch 13 is available 2024-02-22T19:04:04.664 INFO:teuthology.orchestra.run.smithi012.stderr:Generating a dashboard self-signed certificate... 2024-02-22T19:04:04.664 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-22T19:04:05.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:03.740146+0000 mgr.smithi012.uvcbek (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-22T19:04:05.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:03.740819+0000 mon.smithi012 (mon.0) 105 : cluster [DBG] mgrmap e15: smithi012.uvcbek(active, since 1.06093s) 2024-02-22T19:04:05.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:03.746999+0000 mgr.smithi012.uvcbek (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-22T19:04:05.706 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-22T19:04:06.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:04.747492+0000 mon.smithi012 (mon.0) 106 : cluster [DBG] mgrmap e16: smithi012.uvcbek(active, since 2s) 2024-02-22T19:04:06.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:05.256739+0000 mon.smithi012 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:06.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:05.703881+0000 mon.smithi012 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:06.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:05.705619+0000 mon.smithi012 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:06.659 INFO:teuthology.orchestra.run.smithi012.stderr:Creating initial admin user... 2024-02-22T19:04:06.659 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp27g6f0bk:/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-22T19:04:06.927 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:05.669412+0000 mgr.smithi012.uvcbek (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:04:07.684 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$YKgPypVWnAKKiDt0FHIoVefw0OFUH5yK.UGk7xb9qWx08HWa2tmQm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708628647, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-22T19:04:08.335 INFO:teuthology.orchestra.run.smithi012.stderr:Fetching dashboard port number... 2024-02-22T19:04:08.335 INFO:teuthology.orchestra.run.smithi012.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=smithi012 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqf53dhz8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp1jsl2__1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-22T19:04:09.034 INFO:teuthology.orchestra.run.smithi012.stderr:/usr/bin/ceph: 8443 2024-02-22T19:04:09.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:07.438846+0000 mgr.smithi012.uvcbek (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-22T19:04:09.056 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:07.683918+0000 mon.smithi012 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:09.693 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-22T19:04:09.703 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: disabled 2024-02-22T19:04:09.704 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: systemctl is-active firewalld.service 2024-02-22T19:04:09.712 INFO:teuthology.orchestra.run.smithi012.stderr:systemctl: inactive 2024-02-22T19:04:09.713 INFO:teuthology.orchestra.run.smithi012.stderr:firewalld.service is not enabled 2024-02-22T19:04:09.713 INFO:teuthology.orchestra.run.smithi012.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-22T19:04:09.716 INFO:teuthology.orchestra.run.smithi012.stderr:Ceph Dashboard is now available at: 2024-02-22T19:04:09.716 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: URL: https://smithi012.front.sepia.ceph.com:8443/ 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: User: admin 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: Password: cdbbbxeeg0 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr:You can access the Ceph CLI with: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: ceph telemetry on 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr:For more information see: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-22T19:04:09.717 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:04:09.718 INFO:teuthology.orchestra.run.smithi012.stderr:Bootstrap complete. 2024-02-22T19:04:09.718 INFO:teuthology.orchestra.run.smithi012.stderr:Releasing lock 140294566912128 on /run/cephadm/e9b66754-d1b4-11ee-95bf-87774f69a715.lock 2024-02-22T19:04:09.718 INFO:teuthology.orchestra.run.smithi012.stderr:Lock 140294566912128 released on /run/cephadm/e9b66754-d1b4-11ee-95bf-87774f69a715.lock 2024-02-22T19:04:09.754 INFO:tasks.cephadm:Fetching config... 2024-02-22T19:04:09.754 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:04:09.755 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-22T19:04:09.774 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-22T19:04:09.774 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:04:09.774 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-22T19:04:09.835 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-22T19:04:09.869 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:04:09.869 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/keyring of=/dev/stdout 2024-02-22T19:04:09.904 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-22T19:04:09.904 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:04:09.904 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-22T19:04:09.962 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-22T19:04:09.962 DEBUG:teuthology.orchestra.run.smithi012:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipc7pIS0vlFNDEYH/5/MWkkKr7pbC3Ot/Arl/q2PWLxsDKOndRBK8rtHct8bAJrCT8slENJmD0mhu2T8/oAAlAyDhyVH400vNpo+ehqKJ3XkBuS2znLcJWy/5Egpr+mb83RcQXOwnPqqYYLctMFz6TCZ6gA8NBwB+WsfJnsn6Rn1gSzvDiXcWkPhwvBaJesD/bWH90Ux9BGYGLwd5Bgzg3NobLnNdhWdXN7kIpC+oOgiToU0GWzzMYNSOPQnKiGCYZV5SyfOX0P84M/44e6ml8Xv8VqyIfo58ovOb7v5+rx/WHLpmnX75xxYLFNhlinGAovAAUnljElNMfg2+lmxR5I0/X/JgP+J/iSFTuWYUfeqSdUcQy/MJw4rS0Dh/O3KJsUwYzyat3OjyyCPNNYRZ9Vv16qDlViKSAlCCKiUatsqU6ZZDeqFoXie/OblJugIlAWBwshfsryUUa75AZJoh2WQ6EEsgFY7zk5EjZbeI9+u1mJJwFqU3XT+lIEbgTTs= ceph-e9b66754-d1b4-11ee-95bf-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-22T19:04:10.027 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:09.033418+0000 mon.smithi012 (mon.0) 111 : audit [DBG] from='client.? 172.21.15.12:0/417155009' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-22T19:04:10.039 INFO:teuthology.orchestra.run.smithi012.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipc7pIS0vlFNDEYH/5/MWkkKr7pbC3Ot/Arl/q2PWLxsDKOndRBK8rtHct8bAJrCT8slENJmD0mhu2T8/oAAlAyDhyVH400vNpo+ehqKJ3XkBuS2znLcJWy/5Egpr+mb83RcQXOwnPqqYYLctMFz6TCZ6gA8NBwB+WsfJnsn6Rn1gSzvDiXcWkPhwvBaJesD/bWH90Ux9BGYGLwd5Bgzg3NobLnNdhWdXN7kIpC+oOgiToU0GWzzMYNSOPQnKiGCYZV5SyfOX0P84M/44e6ml8Xv8VqyIfo58ovOb7v5+rx/WHLpmnX75xxYLFNhlinGAovAAUnljElNMfg2+lmxR5I0/X/JgP+J/iSFTuWYUfeqSdUcQy/MJw4rS0Dh/O3KJsUwYzyat3OjyyCPNNYRZ9Vv16qDlViKSAlCCKiUatsqU6ZZDeqFoXie/OblJugIlAWBwshfsryUUa75AZJoh2WQ6EEsgFY7zk5EjZbeI9+u1mJJwFqU3XT+lIEbgTTs= ceph-e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:04:10.050 DEBUG:teuthology.orchestra.run.smithi186:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipc7pIS0vlFNDEYH/5/MWkkKr7pbC3Ot/Arl/q2PWLxsDKOndRBK8rtHct8bAJrCT8slENJmD0mhu2T8/oAAlAyDhyVH400vNpo+ehqKJ3XkBuS2znLcJWy/5Egpr+mb83RcQXOwnPqqYYLctMFz6TCZ6gA8NBwB+WsfJnsn6Rn1gSzvDiXcWkPhwvBaJesD/bWH90Ux9BGYGLwd5Bgzg3NobLnNdhWdXN7kIpC+oOgiToU0GWzzMYNSOPQnKiGCYZV5SyfOX0P84M/44e6ml8Xv8VqyIfo58ovOb7v5+rx/WHLpmnX75xxYLFNhlinGAovAAUnljElNMfg2+lmxR5I0/X/JgP+J/iSFTuWYUfeqSdUcQy/MJw4rS0Dh/O3KJsUwYzyat3OjyyCPNNYRZ9Vv16qDlViKSAlCCKiUatsqU6ZZDeqFoXie/OblJugIlAWBwshfsryUUa75AZJoh2WQ6EEsgFY7zk5EjZbeI9+u1mJJwFqU3XT+lIEbgTTs= ceph-e9b66754-d1b4-11ee-95bf-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-22T19:04:10.095 INFO:teuthology.orchestra.run.smithi186.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCipc7pIS0vlFNDEYH/5/MWkkKr7pbC3Ot/Arl/q2PWLxsDKOndRBK8rtHct8bAJrCT8slENJmD0mhu2T8/oAAlAyDhyVH400vNpo+ehqKJ3XkBuS2znLcJWy/5Egpr+mb83RcQXOwnPqqYYLctMFz6TCZ6gA8NBwB+WsfJnsn6Rn1gSzvDiXcWkPhwvBaJesD/bWH90Ux9BGYGLwd5Bgzg3NobLnNdhWdXN7kIpC+oOgiToU0GWzzMYNSOPQnKiGCYZV5SyfOX0P84M/44e6ml8Xv8VqyIfo58ovOb7v5+rx/WHLpmnX75xxYLFNhlinGAovAAUnljElNMfg2+lmxR5I0/X/JgP+J/iSFTuWYUfeqSdUcQy/MJw4rS0Dh/O3KJsUwYzyat3OjyyCPNNYRZ9Vv16qDlViKSAlCCKiUatsqU6ZZDeqFoXie/OblJugIlAWBwshfsryUUa75AZJoh2WQ6EEsgFY7zk5EjZbeI9+u1mJJwFqU3XT+lIEbgTTs= ceph-e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:04:10.106 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-22T19:04:10.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:09.686912+0000 mon.smithi012 (mon.0) 112 : cluster [DBG] mgrmap e17: smithi012.uvcbek(active, since 7s) 2024-02-22T19:04:13.178 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:11.886749+0000 mon.smithi012 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:13.178 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:12.271508+0000 mon.smithi012 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:13.178 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:12.272089+0000 mon.smithi012 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd/host:smithi012", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:04:13.178 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:12.274646+0000 mon.smithi012 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:13.178 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:04:12.281458+0000 mgr.smithi012.uvcbek (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi012 on smithi012 2024-02-22T19:04:13.179 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:12.885166+0000 mon.smithi012 (mon.0) 117 : audit [INF] from='client.? 172.21.15.12:0/3387401967' entity='client.admin' 2024-02-22T19:04:13.505 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-22T19:04:13.505 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-22T19:04:16.066 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi186 2024-02-22T19:04:16.066 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-22T19:04:16.067 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.conf 2024-02-22T19:04:16.088 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-22T19:04:16.088 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:04:16.149 INFO:tasks.cephadm:Adding host smithi186 to orchestrator... 2024-02-22T19:04:16.149 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch host add smithi186 2024-02-22T19:04:16.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:15.459196+0000 mgr.smithi012.uvcbek (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-22T19:04:16.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:15.461658+0000 mon.smithi012 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:24.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:22.737317+0000 mgr.smithi012.uvcbek (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:26.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:24.737586+0000 mgr.smithi012.uvcbek (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:28.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:26.741120+0000 mgr.smithi012.uvcbek (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:28.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:27.769044+0000 mon.smithi012 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:28.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:27.770526+0000 mon.smithi012 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:04:28.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:27.772087+0000 mon.smithi012 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-22T19:04:28.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:27.772677+0000 mon.smithi012 (mon.0) 122 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:04:29.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:04:27.773261+0000 mgr.smithi012.uvcbek (mgr.14164) 10 : cephadm [INF] Deploying daemon crash.smithi012 on smithi012 2024-02-22T19:04:29.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:27.870579+0000 mon.smithi012 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:29.952 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:28.741467+0000 mgr.smithi012.uvcbek (mgr.14164) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:31.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:29.995839+0000 mon.smithi012 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:31.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:30.105175+0000 mon.smithi012 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:31.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:30.109861+0000 mon.smithi012 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:31.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:30.110207+0000 mon.smithi012 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-22T19:04:31.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:30.110561+0000 mgr.smithi012.uvcbek (mgr.14164) 12 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-22T19:04:31.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:30.115410+0000 mon.smithi012 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:31.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:04:30.119227+0000 mgr.smithi012.uvcbek (mgr.14164) 13 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-02-22T19:04:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:30.741764+0000 mgr.smithi012.uvcbek (mgr.14164) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:34.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:32.742113+0000 mgr.smithi012.uvcbek (mgr.14164) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:34.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:32.874474+0000 mon.smithi012 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:36.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:34.742456+0000 mgr.smithi012.uvcbek (mgr.14164) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:36.742825+0000 mgr.smithi012.uvcbek (mgr.14164) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:38.743059+0000 mgr.smithi012.uvcbek (mgr.14164) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:42.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:40.743309+0000 mgr.smithi012.uvcbek (mgr.14164) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:44.146 INFO:teuthology.orchestra.run.smithi186.stdout:Added host 'smithi186' with addr '172.21.15.186' 2024-02-22T19:04:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:42.743555+0000 mgr.smithi012.uvcbek (mgr.14164) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:44.812 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch host ls --format=json 2024-02-22T19:04:45.317 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:43.543017+0000 mgr.smithi012.uvcbek (mgr.14164) 21 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:04:45.317 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:44.144201+0000 mon.smithi012 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:45.317 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:04:44.144477+0000 mgr.smithi012.uvcbek (mgr.14164) 22 : cephadm [INF] Added host smithi186 2024-02-22T19:04:46.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:44.743923+0000 mgr.smithi012.uvcbek (mgr.14164) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:47.454 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:04:47.455 INFO:teuthology.orchestra.run.smithi186.stdout:[{"addr": "172.21.15.12", "hostname": "smithi012", "labels": [], "status": ""}, {"addr": "172.21.15.186", "hostname": "smithi186", "labels": [], "status": ""}] 2024-02-22T19:04:47.978 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-22T19:04:47.978 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd crush tunables default 2024-02-22T19:04:48.255 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:46.744281+0000 mgr.smithi012.uvcbek (mgr.14164) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:48.255 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:47.838082+0000 mon.smithi012 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:48.255 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:47.879518+0000 mon.smithi012 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:49.504 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:47.453554+0000 mgr.smithi012.uvcbek (mgr.14164) 25 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:04:49.505 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:04:47.840289+0000 mgr.smithi012.uvcbek (mgr.14164) 26 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-02-22T19:04:50.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:48.744643+0000 mgr.smithi012.uvcbek (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:51.163 INFO:teuthology.orchestra.run.smithi012.stderr:adjusted tunables profile to default 2024-02-22T19:04:51.580 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:50.178774+0000 mon.smithi012 (mon.0) 133 : audit [INF] from='client.? 172.21.15.12:0/1455725843' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-22T19:04:51.870 INFO:tasks.cephadm:Adding mon.smithi012 on smithi012 2024-02-22T19:04:51.871 INFO:tasks.cephadm:Adding mon.smithi186 on smithi186 2024-02-22T19:04:51.871 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch apply mon '2;smithi012:172.21.15.12=smithi012;smithi186:172.21.15.186=smithi186' 2024-02-22T19:04:52.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:50.745033+0000 mgr.smithi012.uvcbek (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:52.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:51.159596+0000 mon.smithi012 (mon.0) 134 : audit [INF] from='client.? 172.21.15.12:0/1455725843' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-22T19:04:52.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:51.159666+0000 mon.smithi012 (mon.0) 135 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-22T19:04:53.793 INFO:teuthology.orchestra.run.smithi186.stdout:Scheduled mon update... 2024-02-22T19:04:54.459 DEBUG:teuthology.orchestra.run.smithi186:mon.smithi186> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi186.service 2024-02-22T19:04:54.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:04:54.462 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:04:54.493 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:-- Logs begin at Thu 2024-02-22 18:43:10 UTC. -- 2024-02-22T19:04:54.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:52.745395+0000 mgr.smithi012.uvcbek (mgr.14164) 29 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:54.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:53.792274+0000 mon.smithi012 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:53.788274+0000 mgr.smithi012.uvcbek (mgr.14164) 30 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi012:172.21.15.12=smithi012;smithi186:172.21.15.186=smithi186", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:04:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:04:53.789733+0000 mgr.smithi012.uvcbek (mgr.14164) 31 : cephadm [INF] Saving service mon spec with placement smithi012:172.21.15.12=smithi012;smithi186:172.21.15.186=smithi186;count:2 2024-02-22T19:04:56.546 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:04:56.546 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:04:56.547 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:04:56.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:54.745684+0000 mgr.smithi012.uvcbek (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:57.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:56.545086+0000 mon.smithi012 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.186:0/759148784' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:04:58.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:04:58.219 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:04:58.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:56.745938+0000 mgr.smithi012.uvcbek (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:04:58.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:04:57.889091+0000 mon.smithi012 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:04:59.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:04:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:04:57.895819+0000 mgr.smithi012.uvcbek (mgr.14164) 34 : cephadm [INF] Deploying daemon prometheus.smithi012 on smithi012 2024-02-22T19:05:00.353 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:00.353 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:00.354 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:00.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:04:58.746308+0000 mgr.smithi012.uvcbek (mgr.14164) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:01.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:00.352279+0000 mon.smithi012 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.186:0/1661906225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:02.040 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:02.040 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:02.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:00.746676+0000 mgr.smithi012.uvcbek (mgr.14164) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:04.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:02.747013+0000 mgr.smithi012.uvcbek (mgr.14164) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:04.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:02.882520+0000 mon.smithi012 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:04.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:02.882850+0000 mon.smithi012 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:05:04.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:02.885787+0000 mon.smithi012 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:05:05.402 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:05.402 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:05.404 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:06.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:04.747398+0000 mgr.smithi012.uvcbek (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:06.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:05.401589+0000 mon.smithi012 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.186:0/1853130486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:07.088 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:07.088 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:06.747753+0000 mgr.smithi012.uvcbek (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:09.156 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:09.157 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:09.158 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:10.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:08.747994+0000 mgr.smithi012.uvcbek (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:10.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:09.155843+0000 mon.smithi012 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.186:0/3656045952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:10.748243+0000 mgr.smithi012.uvcbek (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:14.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:12.748487+0000 mgr.smithi012.uvcbek (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:14.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:14.920 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:16.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:14.748775+0000 mgr.smithi012.uvcbek (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:16.749055+0000 mgr.smithi012.uvcbek (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:20.002 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:20.002 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:20.004 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:20.311 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:18.749300+0000 mgr.smithi012.uvcbek (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:20.312 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:19.670389+0000 mon.smithi012 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:20.312 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:19.671295+0000 mon.smithi012 (mon.0) 146 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:05:20.312 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:19.672191+0000 mon.smithi012 (mon.0) 147 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:20.312 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:19.672851+0000 mon.smithi012 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:05:21.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:20.001361+0000 mon.smithi012 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.186:0/1708660687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:21.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:20.085598+0000 mon.smithi012 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:21.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:20.629644+0000 mon.smithi012 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:21.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:21.621 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:22.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:20.749713+0000 mgr.smithi012.uvcbek (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:24.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:22.750077+0000 mgr.smithi012.uvcbek (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:24.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:22.885558+0000 mon.smithi012 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:24.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:23.712457+0000 mon.smithi012 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:24.887 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:24.887 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:24.889 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:25.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:23.954738+0000 mgr.smithi012.uvcbek (mgr.14164) 48 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-02-22T19:05:25.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:23.968132+0000 mgr.smithi012.uvcbek (mgr.14164) 49 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:05:25.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:23.996708+0000 mon.smithi012 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:25.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:24.710815+0000 mon.smithi012 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:25.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:24.886675+0000 mon.smithi012 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.186:0/2162186005' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:26.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:24.750369+0000 mgr.smithi012.uvcbek (mgr.14164) 50 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:26.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:24.998971+0000 mon.smithi012 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:26.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:24.999939+0000 mon.smithi012 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd/host:smithi186", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:05:26.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:25.008574+0000 mon.smithi012 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:26.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:25.010559+0000 mon.smithi012 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:05:26.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:25.014933+0000 mon.smithi012 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-22T19:05:26.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:25.015769+0000 mon.smithi012 (mon.0) 162 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:26.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:25.016548+0000 mgr.smithi012.uvcbek (mgr.14164) 51 : cephadm [INF] Deploying daemon crash.smithi186 on smithi186 2024-02-22T19:05:26.628 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:26.628 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:28.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:26.750701+0000 mgr.smithi012.uvcbek (mgr.14164) 52 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:29.105 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:29.106 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:29.107 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:28.751100+0000 mgr.smithi012.uvcbek (mgr.14164) 53 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:29.021161+0000 mon.smithi012 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:29.023430+0000 mon.smithi012 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:05:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:29.025478+0000 mon.smithi012 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-22T19:05:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:29.026311+0000 mon.smithi012 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:05:30.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:29.027329+0000 mon.smithi012 (mon.0) 167 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:30.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:29.028018+0000 mgr.smithi012.uvcbek (mgr.14164) 54 : cephadm [INF] Deploying daemon mgr.smithi186.dmnwef on smithi186 2024-02-22T19:05:30.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:29.104838+0000 mon.smithi012 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.186:0/789175456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:30.808 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:30.808 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:32.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:30.751440+0000 mgr.smithi012.uvcbek (mgr.14164) 55 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:33.326 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:33.326 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:33.328 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:34.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:32.751803+0000 mgr.smithi012.uvcbek (mgr.14164) 56 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:34.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:32.889811+0000 mon.smithi012 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:34.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:32.903317+0000 mon.smithi012 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:34.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:32.905251+0000 mon.smithi012 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:05:34.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:32.906102+0000 mon.smithi012 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:34.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:32.906945+0000 mgr.smithi012.uvcbek (mgr.14164) 57 : cephadm [INF] Deploying daemon mon.smithi186 on smithi186 2024-02-22T19:05:34.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:33.325551+0000 mon.smithi012 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.186:0/172433925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:35.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:35.516 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:36.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:34.752103+0000 mgr.smithi012.uvcbek (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:37.234 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:37 smithi186 systemd[1]: Starting Ceph mon.smithi186 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:05:38.201 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:38.201 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:02:54.786315Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-22T19:05:38.202 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2024-02-22T19:05:38.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:36.752396+0000 mgr.smithi012.uvcbek (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:38.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:37.009269+0000 mon.smithi012 (mon.0) 174 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:05:38.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:37.011766+0000 mon.smithi012 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:05:38.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:37.012443+0000 mon.smithi012 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:05:38.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:37.014699+0000 mon.smithi012 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:05:38.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:37.015777+0000 mon.smithi012 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:05:38.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.365+0000 7f8f83aff700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.365+0000 7f8f83aff700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.365+0000 7f8f83aff700 0 pidfile_write: ignore empty --pid-file 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.369+0000 7f8f83aff700 0 load: jerasure load: lrc load: isa 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: RocksDB version: 6.8.1 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Compile date Jul 8 2021 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: DB SUMMARY 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: CURRENT file: CURRENT 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-22T19:05:38.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi186/store.db dir, Total Num: 0, files: 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi186/store.db: 000003.log size: 511 ; 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.error_if_exists: 0 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.create_if_missing: 0 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.paranoid_checks: 1 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.env: 0x55c2097a51c0 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.fs: Posix File System 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.info_log: 0x55c20bb9ba40 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.statistics: (nil) 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.use_fsync: 0 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_log_file_size: 0 2024-02-22T19:05:38.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.allow_fallocate: 1 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.use_direct_reads: 0 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.db_log_dir: 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi186/store.db 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-22T19:05:38.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_subcompactions: 1 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_background_flushes: -1 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.write_buffer_manager: 0x55c20c812030 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-22T19:05:38.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.unordered_write: 0 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.row_cache: None 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.wal_filter: None 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-22T19:05:38.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.preserve_deletes: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.two_write_queues: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.atomic_flush: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.log_readahead_size: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_background_jobs: 2 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_background_compactions: -1 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-22T19:05:38.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_open_files: -1 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Compression algorithms supported: 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kZSTD supported: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kXpressCompression supported: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kLZ4Compression supported: 1 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kBZip2Compression supported: 0 2024-02-22T19:05:38.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kZlibCompression supported: 1 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: kSnappyCompression supported: 1 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi186/store.db/MANIFEST-000001 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.merge_operator: 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_filter: None 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c20bab4170) 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cache_index_and_filter_blocks: 1 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-22T19:05:38.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: pin_top_level_index_and_filter: 1 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: index_type: 0 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: data_block_index_type: 0 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: index_shortening: 1 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: data_block_hash_table_util_ratio: 0.750000 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: hash_index_allow_collision: 1 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: checksum: 1 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: no_block_cache: 0 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_cache: 0x55c20baeaf10 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_cache_name: BinnedLRUCache 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_cache_options: 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: capacity : 536870912 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: num_shard_bits : 4 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: strict_capacity_limit : 0 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: high_pri_pool_ratio: 0.000 2024-02-22T19:05:38.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_cache_compressed: (nil) 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: persistent_cache: (nil) 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_size: 4096 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_size_deviation: 10 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_restart_interval: 16 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: index_block_restart_interval: 1 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: metadata_block_size: 4096 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: partition_filters: 0 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: use_delta_encoding: 1 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: whole_key_filtering: 1 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: verify_compression: 0 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: read_amp_bytes_per_bit: 0 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: format_version: 2 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: enable_index_compression: 1 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: block_align: 0 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compression: NoCompression 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.num_levels: 7 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:05:38.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-22T19:05:38.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-22T19:05:38.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.table_properties_collectors: 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.inplace_update_support: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.bloom_locality: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.max_successive_merges: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-22T19:05:38.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.ttl: 2592000 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.370+0000 7f8f83aff700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.371+0000 7f8f83aff700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi186/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-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.371+0000 7f8f83aff700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.371+0000 7f8f83aff700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708628738372384, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.371+0000 7f8f83aff700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.371+0000 7f8f83aff700 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-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.371+0000 7f8f83aff700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708628738372847, "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": 1708628738, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.371+0000 7f8f83aff700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.372+0000 7f8f83aff700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708628738373245, "job": 1, "event": "recovery_finished"} 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.372+0000 7f8f83aff700 4 rocksdb: DB pointer 0x55c20bbaf800 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.372+0000 7f8f6a907700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.372+0000 7f8f6a907700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ** DB Stats ** 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ** Compaction Stats [default] ** 2024-02-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ** Compaction Stats [default] ** 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:05:38.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Interval compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ** Compaction Stats [default] ** 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ** Compaction Stats [default] ** 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:05:38.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.373+0000 7f8f83aff700 0 mon.smithi186 does not exist in monmap, will attempt to join an existing cluster 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.373+0000 7f8f83aff700 0 using public_addr v2:172.21.15.186:0/0 -> [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.373+0000 7f8f83aff700 0 starting mon.smithi186 rank -1 at public addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] at bind addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi186 fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.374+0000 7f8f83aff700 1 mon.smithi186@-1(???) e0 preinit fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:05:38.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.400+0000 7f8f6d10c700 0 mon.smithi186@-1(synchronizing).mds e1 new map 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.400+0000 7f8f6d10c700 0 mon.smithi186@-1(synchronizing).mds e1 print_map 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: e1 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 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-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: legacy client fscid: -1 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: No filesystems configured 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.400+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 0 mon.smithi186@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-22T19:05:38.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 0 mon.smithi186@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 0 mon.smithi186@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 0 mon.smithi186@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:36.752396+0000 mgr.smithi012.uvcbek (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:37.009269+0000 mon.smithi012 (mon.0) 174 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:37.011766+0000 mon.smithi012 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:37.012443+0000 mon.smithi012 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:37.014699+0000 mon.smithi012 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:37.015777+0000 mon.smithi012 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.186:0/3296640522' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:05:38.401+0000 7f8f6d10c700 1 mon.smithi186@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 bash[36971]: 17db2906d69522ee2f6a30eb570b13326809abd252816fdc5caeb88bff70a641 2024-02-22T19:05:38.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:38 smithi186 systemd[1]: Started Ceph mon.smithi186 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:05:40.013 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-22T19:05:40.014 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mon dump -f json 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:38.410002+0000 mon.smithi012 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:38.410242+0000 mon.smithi012 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:38.410351+0000 mon.smithi012 (mon.0) 186 : cluster [INF] mon.smithi012 calling monitor election 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:38.752698+0000 mgr.smithi012.uvcbek (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:39.406759+0000 mon.smithi012 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:40.406699+0000 mon.smithi012 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:40.407519+0000 mon.smithi186 (mon.1) 1 : cluster [INF] mon.smithi186 calling monitor election 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:40.753021+0000 mgr.smithi012.uvcbek (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:41.406881+0000 mon.smithi012 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:42.406889+0000 mon.smithi012 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:42.753371+0000 mgr.smithi012.uvcbek (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:43.406886+0000 mon.smithi012 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:43.426955+0000 mon.smithi012 (mon.0) 192 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi186 in quorum (ranks 0,1) 2024-02-22T19:05:43.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:43.430097+0000 mon.smithi012 (mon.0) 193 : cluster [DBG] monmap e2: 2 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} 2024-02-22T19:05:43.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:43.430150+0000 mon.smithi012 (mon.0) 194 : cluster [DBG] fsmap 2024-02-22T19:05:43.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:43.430187+0000 mon.smithi012 (mon.0) 195 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-22T19:05:43.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:43.430589+0000 mon.smithi012 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi012.uvcbek(active, since 100s), standbys: smithi186.dmnwef 2024-02-22T19:05:43.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:43.434120+0000 mon.smithi012 (mon.0) 197 : cluster [INF] overall HEALTH_OK 2024-02-22T19:05:43.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:43.436455+0000 mon.smithi012 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:38.410002+0000 mon.smithi012 (mon.0) 184 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:05:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:38.410242+0000 mon.smithi012 (mon.0) 185 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:38.410351+0000 mon.smithi012 (mon.0) 186 : cluster [INF] mon.smithi012 calling monitor election 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:38.752698+0000 mgr.smithi012.uvcbek (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:39.406759+0000 mon.smithi012 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:40.406699+0000 mon.smithi012 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:40.407519+0000 mon.smithi186 (mon.1) 1 : cluster [INF] mon.smithi186 calling monitor election 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:40.753021+0000 mgr.smithi012.uvcbek (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:41.406881+0000 mon.smithi012 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:42.406889+0000 mon.smithi012 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:42.753371+0000 mgr.smithi012.uvcbek (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:43.406886+0000 mon.smithi012 (mon.0) 191 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:43.426955+0000 mon.smithi012 (mon.0) 192 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi186 in quorum (ranks 0,1) 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:43.430097+0000 mon.smithi012 (mon.0) 193 : cluster [DBG] monmap e2: 2 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:43.430150+0000 mon.smithi012 (mon.0) 194 : cluster [DBG] fsmap 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:43.430187+0000 mon.smithi012 (mon.0) 195 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-22T19:05:43.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:43.430589+0000 mon.smithi012 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi012.uvcbek(active, since 100s), standbys: smithi186.dmnwef 2024-02-22T19:05:43.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:43.434120+0000 mon.smithi012 (mon.0) 197 : cluster [INF] overall HEALTH_OK 2024-02-22T19:05:43.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:43.436455+0000 mon.smithi012 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:44.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:43.438265+0000 mgr.smithi012.uvcbek (mgr.14164) 63 : cephadm [INF] Deploying daemon node-exporter.smithi186 on smithi186 2024-02-22T19:05:44.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:44.407450+0000 mon.smithi012 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:44.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:05:43.438265+0000 mgr.smithi012.uvcbek (mgr.14164) 63 : cephadm [INF] Deploying daemon node-exporter.smithi186 on smithi186 2024-02-22T19:05:44.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:44.407450+0000 mon.smithi012 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:05:45.188 INFO:teuthology.orchestra.run.smithi186.stdout: 2024-02-22T19:05:45.189 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":2,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","modified":"2024-02-22T19:05:38.406763Z","created":"2024-02-22T19:02:54.786315Z","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":"smithi012","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:3300","nonce":0},{"type":"v1","addr":"172.21.15.12:6789","nonce":0}]},"addr":"172.21.15.12:6789/0","public_addr":"172.21.15.12:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi186","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:3300","nonce":0},{"type":"v1","addr":"172.21.15.186:6789","nonce":0}]},"addr":"172.21.15.186:6789/0","public_addr":"172.21.15.186:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-22T19:05:45.189 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 2 2024-02-22T19:05:45.824 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:44.753741+0000 mgr.smithi012.uvcbek (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:45.824 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:45.186480+0000 mon.smithi012 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.186:0/3297497988' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:45.845 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-22T19:05:45.845 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph config generate-minimal-conf 2024-02-22T19:05:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:44.753741+0000 mgr.smithi012.uvcbek (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:45.186480+0000 mon.smithi012 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.186:0/3297497988' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-22T19:05:47.821 INFO:teuthology.orchestra.run.smithi012.stdout:# minimal ceph.conf for e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:05:47.821 INFO:teuthology.orchestra.run.smithi012.stdout:[global] 2024-02-22T19:05:47.821 INFO:teuthology.orchestra.run.smithi012.stdout: fsid = e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:05:47.821 INFO:teuthology.orchestra.run.smithi012.stdout: mon_host = [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] 2024-02-22T19:05:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:46.754089+0000 mgr.smithi012.uvcbek (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:46.754089+0000 mgr.smithi012.uvcbek (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:48.482 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-22T19:05:48.482 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:05:48.482 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.conf 2024-02-22T19:05:48.556 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:05:48.556 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:05:48.627 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-22T19:05:48.627 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.conf 2024-02-22T19:05:48.664 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-22T19:05:48.665 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:05:48.736 INFO:tasks.cephadm:Deploying OSDs... 2024-02-22T19:05:48.736 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:05:48.736 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2024-02-22T19:05:48.756 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-22T19:05:48.756 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_1 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 197785 Links: 1 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-02-22 19:05:19.012719995 +0000 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-02-22 19:01:27.875609797 +0000 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-02-22 19:01:27.875609797 +0000 2024-02-22T19:05:48.816 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-02-22T19:05:48.817 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-22T19:05:48.885 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-02-22T19:05:48.885 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-02-22T19:05:48.885 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000218339 s, 2.3 MB/s 2024-02-22T19:05:48.886 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-22T19:05:48.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:47.820539+0000 mon.smithi012 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.12:0/3874128697' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:48.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:47.899527+0000 mon.smithi012 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:48.946 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_2 2024-02-22T19:05:49.005 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-22T19:05:49.005 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:49.006 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 195226 Links: 1 2024-02-22T19:05:49.006 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:49.006 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:49.006 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-02-22 19:05:19.012719995 +0000 2024-02-22T19:05:49.006 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-02-22 19:01:28.217606925 +0000 2024-02-22T19:05:49.006 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-02-22 19:01:28.217606925 +0000 2024-02-22T19:05:49.006 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-02-22T19:05:49.006 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-22T19:05:49.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:47.820539+0000 mon.smithi012 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.12:0/3874128697' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:49.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:47.899527+0000 mon.smithi012 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:49.072 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-02-22T19:05:49.072 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-02-22T19:05:49.072 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.00027838 s, 1.8 MB/s 2024-02-22T19:05:49.073 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-22T19:05:49.132 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_3 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 196103 Links: 1 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-02-22 19:05:19.012719995 +0000 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-02-22 19:01:28.585603835 +0000 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-02-22 19:01:28.585603835 +0000 2024-02-22T19:05:49.191 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-02-22T19:05:49.191 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-22T19:05:49.257 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-02-22T19:05:49.257 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-02-22T19:05:49.257 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000170338 s, 3.0 MB/s 2024-02-22T19:05:49.258 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-22T19:05:49.318 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_4 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 6h/6d Inode: 194169 Links: 1 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-02-22 19:05:19.012719995 +0000 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-02-22 19:01:28.927600963 +0000 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-02-22 19:01:28.927600963 +0000 2024-02-22T19:05:49.377 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: - 2024-02-22T19:05:49.378 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-22T19:05:49.444 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-02-22T19:05:49.444 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-02-22T19:05:49.444 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000231552 s, 2.2 MB/s 2024-02-22T19:05:49.445 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-22T19:05:49.504 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-22T19:05:49.505 DEBUG:teuthology.orchestra.run.smithi186:> dd if=/scratch_devs of=/dev/stdout 2024-02-22T19:05:49.526 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-22T19:05:49.527 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_1 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 165585 Links: 1 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-02-22 19:05:43.846738117 +0000 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-02-22 19:01:19.231972139 +0000 2024-02-22T19:05:49.588 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-02-22 19:01:19.231972139 +0000 2024-02-22T19:05:49.589 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-02-22T19:05:49.589 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-22T19:05:49.658 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-02-22T19:05:49.658 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-02-22T19:05:49.658 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000221145 s, 2.3 MB/s 2024-02-22T19:05:49.659 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-22T19:05:49.720 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_2 2024-02-22T19:05:49.779 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-22T19:05:49.779 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:49.779 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 164728 Links: 1 2024-02-22T19:05:49.779 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:49.779 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:49.780 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-02-22 19:05:43.846738117 +0000 2024-02-22T19:05:49.780 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-02-22 19:01:19.578965849 +0000 2024-02-22T19:05:49.780 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-02-22 19:01:19.578965849 +0000 2024-02-22T19:05:49.780 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-02-22T19:05:49.780 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-22T19:05:49.847 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-02-22T19:05:49.847 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-02-22T19:05:49.847 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.00022075 s, 2.3 MB/s 2024-02-22T19:05:49.848 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-22T19:05:49.907 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_3 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 164781 Links: 1 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-02-22 19:05:43.846738117 +0000 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-02-22 19:01:19.915959741 +0000 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-02-22 19:01:19.915959741 +0000 2024-02-22T19:05:49.967 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-02-22T19:05:49.967 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-22T19:05:50.033 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-02-22T19:05:50.033 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-02-22T19:05:50.033 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000186307 s, 2.7 MB/s 2024-02-22T19:05:50.035 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-22T19:05:50.094 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_4 2024-02-22T19:05:50.152 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-22T19:05:50.152 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-22T19:05:50.152 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 6h/6d Inode: 170158 Links: 1 2024-02-22T19:05:50.152 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-22T19:05:50.152 INFO:teuthology.orchestra.run.smithi186.stdout:Context: system_u:object_r:device_t:s0 2024-02-22T19:05:50.153 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2024-02-22 19:05:43.846738117 +0000 2024-02-22T19:05:50.153 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2024-02-22 19:01:20.258953524 +0000 2024-02-22T19:05:50.153 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2024-02-22 19:01:20.258953524 +0000 2024-02-22T19:05:50.153 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2024-02-22T19:05:50.153 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-22T19:05:50.218 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2024-02-22T19:05:50.218 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2024-02-22T19:05:50.218 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000231283 s, 2.2 MB/s 2024-02-22T19:05:50.219 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-22T19:05:50.278 INFO:tasks.cephadm:Deploying osd.0 on smithi012 with /dev/vg_nvme/lv_4... 2024-02-22T19:05:50.278 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-22T19:05:50.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:48.754289+0000 mgr.smithi012.uvcbek (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:50.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:48.754289+0000 mgr.smithi012.uvcbek (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:52.358 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-22T19:05:52.358 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-22T19:05:52.358 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2024-02-22T19:05:52.358 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2024-02-22T19:05:52.358 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124983 s, 839 MB/s 2024-02-22T19:05:52.358 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2024-02-22T19:05:52.659 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:50.754632+0000 mgr.smithi012.uvcbek (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:52.759 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:50.754632+0000 mgr.smithi012.uvcbek (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:53.003 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi012:vg_nvme/lv_4 2024-02-22T19:05:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:52.754924+0000 mgr.smithi012.uvcbek (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:52.949732+0000 mon.smithi012 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:52.950942+0000 mon.smithi012 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:05:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:52.951892+0000 mon.smithi012 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:52.952533+0000 mon.smithi012 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:05:54.364 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:52.754924+0000 mgr.smithi012.uvcbek (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:54.364 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:52.949732+0000 mon.smithi012 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:54.364 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:52.950942+0000 mon.smithi012 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:05:54.364 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:52.951892+0000 mon.smithi012 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:54.364 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:52.952533+0000 mon.smithi012 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:54.755268+0000 mgr.smithi012.uvcbek (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:54.859397+0000 mon.smithi012 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:54.859895+0000 mgr.smithi012.uvcbek (mgr.14164) 70 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:54.874290+0000 mgr.smithi012.uvcbek (mgr.14164) 71 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:54.902359+0000 mon.smithi012 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:55.541469+0000 mon.smithi012 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:55.542869+0000 mon.smithi012 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:05:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:55.543413+0000 mon.smithi012 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:54.755268+0000 mgr.smithi012.uvcbek (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:54.859397+0000 mon.smithi012 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:05:54.859895+0000 mgr.smithi012.uvcbek (mgr.14164) 70 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:05:54.874290+0000 mgr.smithi012.uvcbek (mgr.14164) 71 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:54.902359+0000 mon.smithi012 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:55.541469+0000 mon.smithi012 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:55.542869+0000 mon.smithi012 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:05:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:55.543413+0000 mon.smithi012 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:05:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:55.540557+0000 mgr.smithi012.uvcbek (mgr.14164) 72 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:05:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:55.540557+0000 mgr.smithi012.uvcbek (mgr.14164) 72 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:05:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:56.755631+0000 mgr.smithi012.uvcbek (mgr.14164) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:58.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:56.755631+0000 mgr.smithi012.uvcbek (mgr.14164) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:05:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:57.904258+0000 mon.smithi012 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:58.846607+0000 mon.smithi012 (mon.0) 213 : audit [INF] from='client.? 172.21.15.12:0/1212575537' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbffe1e5-8271-44f9-a45f-3d7acd8642f9"}]: dispatch 2024-02-22T19:05:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:58.849876+0000 mon.smithi012 (mon.0) 214 : audit [INF] from='client.? 172.21.15.12:0/1212575537' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbffe1e5-8271-44f9-a45f-3d7acd8642f9"}]': finished 2024-02-22T19:05:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:58.849915+0000 mon.smithi012 (mon.0) 215 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-22T19:05:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:58.850005+0000 mon.smithi012 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:05:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:57.904258+0000 mon.smithi012 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:05:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:58.846607+0000 mon.smithi012 (mon.0) 213 : audit [INF] from='client.? 172.21.15.12:0/1212575537' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbffe1e5-8271-44f9-a45f-3d7acd8642f9"}]: dispatch 2024-02-22T19:05:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:58.849876+0000 mon.smithi012 (mon.0) 214 : audit [INF] from='client.? 172.21.15.12:0/1212575537' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbffe1e5-8271-44f9-a45f-3d7acd8642f9"}]': finished 2024-02-22T19:05:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:58.849915+0000 mon.smithi012 (mon.0) 215 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-22T19:05:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:58.850005+0000 mon.smithi012 (mon.0) 216 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:00.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:05:58.755841+0000 mgr.smithi012.uvcbek (mgr.14164) 74 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:00.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:59.310314+0000 mon.smithi012 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.12:0/3487133284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:06:00.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:59.841649+0000 mon.smithi012 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:00.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:59.859508+0000 mon.smithi012 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:00.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:59.864680+0000 mon.smithi012 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:00.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:59.867324+0000 mon.smithi012 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:06:00.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:59.867885+0000 mon.smithi012 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:06:00.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:05:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:05:59.868408+0000 mon.smithi012 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:05:58.755841+0000 mgr.smithi012.uvcbek (mgr.14164) 74 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:59.310314+0000 mon.smithi012 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.12:0/3487133284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:06:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:59.841649+0000 mon.smithi012 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:59.859508+0000 mon.smithi012 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:59.864680+0000 mon.smithi012 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:00.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:59.867324+0000 mon.smithi012 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:06:00.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:59.867885+0000 mon.smithi012 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:06:00.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:05:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:05:59.868408+0000 mon.smithi012 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:01.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:05:59.842142+0000 mgr.smithi012.uvcbek (mgr.14164) 75 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-02-22T19:06:01.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:05:59.867131+0000 mgr.smithi012.uvcbek (mgr.14164) 76 : cephadm [INF] Reconfiguring mon.smithi012 (unknown last config time)... 2024-02-22T19:06:01.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:05:59.868868+0000 mgr.smithi012.uvcbek (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mon.smithi012 on smithi012 2024-02-22T19:06:01.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:59.842142+0000 mgr.smithi012.uvcbek (mgr.14164) 75 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-02-22T19:06:01.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:59.867131+0000 mgr.smithi012.uvcbek (mgr.14164) 76 : cephadm [INF] Reconfiguring mon.smithi012 (unknown last config time)... 2024-02-22T19:06:01.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:05:59.868868+0000 mgr.smithi012.uvcbek (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mon.smithi012 on smithi012 2024-02-22T19:06:02.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:00.756091+0000 mgr.smithi012.uvcbek (mgr.14164) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:02.199 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:00.756091+0000 mgr.smithi012.uvcbek (mgr.14164) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:02.756342+0000 mgr.smithi012.uvcbek (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:02.883985+0000 mon.smithi012 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:06:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:02.886581+0000 mon.smithi012 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:06:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:03.578077+0000 mon.smithi012 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:03.578889+0000 mon.smithi012 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.uvcbek", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:06:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:03.579733+0000 mon.smithi012 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:06:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:03.580302+0000 mon.smithi012 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:02.756342+0000 mgr.smithi012.uvcbek (mgr.14164) 79 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:02.883985+0000 mon.smithi012 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:06:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:02.886581+0000 mon.smithi012 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:06:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:03.578077+0000 mon.smithi012 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:03.578889+0000 mon.smithi012 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.uvcbek", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:06:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:03.579733+0000 mon.smithi012 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:06:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:03.580302+0000 mon.smithi012 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:05.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:03.578613+0000 mgr.smithi012.uvcbek (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi012.uvcbek (unknown last config time)... 2024-02-22T19:06:05.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:03.580784+0000 mgr.smithi012.uvcbek (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi012.uvcbek on smithi012 2024-02-22T19:06:05.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:03.578613+0000 mgr.smithi012.uvcbek (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi012.uvcbek (unknown last config time)... 2024-02-22T19:06:05.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:03.580784+0000 mgr.smithi012.uvcbek (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi012.uvcbek on smithi012 2024-02-22T19:06:05.990 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:04.756611+0000 mgr.smithi012.uvcbek (mgr.14164) 82 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:05.990 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:05.724499+0000 mon.smithi012 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:04.756611+0000 mgr.smithi012.uvcbek (mgr.14164) 82 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:05.724499+0000 mon.smithi012 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:07.100 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:05.725177+0000 mgr.smithi012.uvcbek (mgr.14164) 83 : cephadm [INF] Reconfiguring alertmanager.smithi012 (dependencies changed)... 2024-02-22T19:06:07.100 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:05.727408+0000 mgr.smithi012.uvcbek (mgr.14164) 84 : cephadm [INF] Reconfiguring daemon alertmanager.smithi012 on smithi012 2024-02-22T19:06:07.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:05.725177+0000 mgr.smithi012.uvcbek (mgr.14164) 83 : cephadm [INF] Reconfiguring alertmanager.smithi012 (dependencies changed)... 2024-02-22T19:06:07.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:05.727408+0000 mgr.smithi012.uvcbek (mgr.14164) 84 : cephadm [INF] Reconfiguring daemon alertmanager.smithi012 on smithi012 2024-02-22T19:06:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:06.756922+0000 mgr.smithi012.uvcbek (mgr.14164) 85 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:07.123845+0000 mon.smithi012 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-22T19:06:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:07.124670+0000 mon.smithi012 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:07.125416+0000 mgr.smithi012.uvcbek (mgr.14164) 86 : cephadm [INF] Deploying daemon osd.0 on smithi012 2024-02-22T19:06:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:06.756922+0000 mgr.smithi012.uvcbek (mgr.14164) 85 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:07.123845+0000 mon.smithi012 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-22T19:06:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:07.124670+0000 mon.smithi012 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:07.125416+0000 mgr.smithi012.uvcbek (mgr.14164) 86 : cephadm [INF] Deploying daemon osd.0 on smithi012 2024-02-22T19:06:10.018 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:08.757166+0000 mgr.smithi012.uvcbek (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:10.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:08.757166+0000 mgr.smithi012.uvcbek (mgr.14164) 87 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:10.757574+0000 mgr.smithi012.uvcbek (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:12.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:10.757574+0000 mgr.smithi012.uvcbek (mgr.14164) 88 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:13.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:11.907204+0000 mon.smithi012 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:13.104 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:11.907716+0000 mgr.smithi012.uvcbek (mgr.14164) 89 : cephadm [INF] Reconfiguring crash.smithi012 (monmap changed)... 2024-02-22T19:06:13.104 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:11.907976+0000 mon.smithi012 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:06:13.104 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:11.908671+0000 mon.smithi012 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:13.104 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:11.909125+0000 mgr.smithi012.uvcbek (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon crash.smithi012 on smithi012 2024-02-22T19:06:13.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:11.907204+0000 mon.smithi012 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:13.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:11.907716+0000 mgr.smithi012.uvcbek (mgr.14164) 89 : cephadm [INF] Reconfiguring crash.smithi012 (monmap changed)... 2024-02-22T19:06:13.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:11.907976+0000 mon.smithi012 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:06:13.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:11.908671+0000 mon.smithi012 (mon.0) 235 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:13.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:11.909125+0000 mgr.smithi012.uvcbek (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon crash.smithi012 on smithi012 2024-02-22T19:06:14.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:12.758082+0000 mgr.smithi012.uvcbek (mgr.14164) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:12.758082+0000 mgr.smithi012.uvcbek (mgr.14164) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:15.513 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 0 on host 'smithi012' 2024-02-22T19:06:16.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:14.758413+0000 mgr.smithi012.uvcbek (mgr.14164) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:16.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:15.506403+0000 mon.smithi012 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:16.064 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:15.511019+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:16.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:14.758413+0000 mgr.smithi012.uvcbek (mgr.14164) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:16.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:15.506403+0000 mon.smithi012 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:16.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:15.511019+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:16.300 DEBUG:teuthology.orchestra.run.smithi012:osd.0> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.0.service 2024-02-22T19:06:16.302 INFO:tasks.cephadm:Deploying osd.1 on smithi012 with /dev/vg_nvme/lv_3... 2024-02-22T19:06:16.303 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-22T19:06:16.334 INFO:journalctl@ceph.osd.0.smithi012.stdout:-- Logs begin at Thu 2024-02-22 18:42:47 UTC. -- 2024-02-22T19:06:18.599 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:16.758783+0000 mgr.smithi012.uvcbek (mgr.14164) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:18.599 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:17.246650+0000 mon.smithi012 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:18.599 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:17.247268+0000 mgr.smithi012.uvcbek (mgr.14164) 94 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-02-22T19:06:18.599 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:17.251604+0000 mgr.smithi012.uvcbek (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-02-22T19:06:18.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:16.758783+0000 mgr.smithi012.uvcbek (mgr.14164) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:18.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:17.246650+0000 mon.smithi012 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:18.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:17.247268+0000 mgr.smithi012.uvcbek (mgr.14164) 94 : cephadm [INF] Reconfiguring grafana.smithi012 (dependencies changed)... 2024-02-22T19:06:18.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:17.251604+0000 mgr.smithi012.uvcbek (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon grafana.smithi012 on smithi012 2024-02-22T19:06:18.856 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:06:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0[73503]: debug 2024-02-22T19:06:18.604+0000 7f289b9ef080 -1 osd.0 0 log_to_monitors {default=true} 2024-02-22T19:06:19.518 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:18.608985+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-22T19:06:19.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:18.608985+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-22T19:06:20.280 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-22T19:06:20.280 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-22T19:06:20.280 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2024-02-22T19:06:20.280 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2024-02-22T19:06:20.280 INFO:teuthology.orchestra.run.smithi012.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125243 s, 837 MB/s 2024-02-22T19:06:20.280 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2024-02-22T19:06:20.319 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:06:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0[73503]: debug 2024-02-22T19:06:20.256+0000 7f2891f52700 -1 osd.0 0 waiting for initial osdmap 2024-02-22T19:06:20.320 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:06:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0[73503]: debug 2024-02-22T19:06:20.259+0000 7f288cecb700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-22T19:06:20.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:18.759274+0000 mgr.smithi012.uvcbek (mgr.14164) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:20.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:19.252001+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-22T19:06:20.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:19.252056+0000 mon.smithi012 (mon.0) 241 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-22T19:06:20.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:19.252165+0000 mon.smithi012 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:20.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:19.252635+0000 mon.smithi012 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:06:20.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:18.759274+0000 mgr.smithi012.uvcbek (mgr.14164) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:20.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:19.252001+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-22T19:06:20.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:19.252056+0000 mon.smithi012 (mon.0) 241 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-22T19:06:20.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:19.252165+0000 mon.smithi012 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:20.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:19.252635+0000 mon.smithi012 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:06:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:20.253151+0000 mon.smithi012 (mon.0) 244 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:06:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:20.253200+0000 mon.smithi012 (mon.0) 245 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-22T19:06:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:20.253614+0000 mon.smithi012 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:20.257584+0000 mon.smithi012 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:20.253151+0000 mon.smithi012 (mon.0) 244 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:06:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:20.253200+0000 mon.smithi012 (mon.0) 245 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-22T19:06:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:20.253614+0000 mon.smithi012 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:20.257584+0000 mon.smithi012 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:22.389 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi012:vg_nvme/lv_3 2024-02-22T19:06:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:19.582813+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:06:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:19.582909+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:06:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:20.759569+0000 mgr.smithi012.uvcbek (mgr.14164) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:21.257500+0000 mon.smithi012 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:21.261099+0000 mon.smithi012 (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811] boot 2024-02-22T19:06:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:21.261134+0000 mon.smithi012 (mon.0) 250 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-22T19:06:22.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:21.261625+0000 mon.smithi012 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:19.582813+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:06:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:19.582909+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:06:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:20.759569+0000 mgr.smithi012.uvcbek (mgr.14164) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-22T19:06:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:21.257500+0000 mon.smithi012 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:21.261099+0000 mon.smithi012 (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.12:6802/1194345811,v1:172.21.15.12:6803/1194345811] boot 2024-02-22T19:06:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:21.261134+0000 mon.smithi012 (mon.0) 250 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-22T19:06:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:21.261625+0000 mon.smithi012 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:06:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:22.265488+0000 mon.smithi012 (mon.0) 252 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-22T19:06:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:23.076867+0000 mon.smithi012 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:23.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:22.265488+0000 mon.smithi012 (mon.0) 252 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-22T19:06:23.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:23.076867+0000 mon.smithi012 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:24.466 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:22.759902+0000 mgr.smithi012.uvcbek (mgr.14164) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:24.467 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:23.077437+0000 mgr.smithi012.uvcbek (mgr.14164) 99 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-02-22T19:06:24.467 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:23.079532+0000 mgr.smithi012.uvcbek (mgr.14164) 100 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-02-22T19:06:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:22.759902+0000 mgr.smithi012.uvcbek (mgr.14164) 98 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:23.077437+0000 mgr.smithi012.uvcbek (mgr.14164) 99 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-02-22T19:06:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:23.079532+0000 mgr.smithi012.uvcbek (mgr.14164) 100 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-02-22T19:06:25.573 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:24.864775+0000 mon.smithi012 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:06:25.573 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:24.866117+0000 mon.smithi012 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:06:25.573 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:24.866735+0000 mon.smithi012 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:24.864775+0000 mon.smithi012 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:06:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:24.866117+0000 mon.smithi012 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:06:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:24.866735+0000 mon.smithi012 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:24.760171+0000 mgr.smithi012.uvcbek (mgr.14164) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:24.864012+0000 mgr.smithi012.uvcbek (mgr.14164) 102 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:06:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:24.760171+0000 mgr.smithi012.uvcbek (mgr.14164) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:24.864012+0000 mgr.smithi012.uvcbek (mgr.14164) 102 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:06:28.514 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:26.760591+0000 mgr.smithi012.uvcbek (mgr.14164) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:26.760591+0000 mgr.smithi012.uvcbek (mgr.14164) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:30.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:28.760992+0000 mgr.smithi012.uvcbek (mgr.14164) 104 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:30.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:29.149850+0000 mon.smithi012 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:30.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:29.150336+0000 mgr.smithi012.uvcbek (mgr.14164) 105 : cephadm [INF] Reconfiguring crash.smithi186 (monmap changed)... 2024-02-22T19:06:30.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:29.150581+0000 mon.smithi012 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:06:30.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:29.151278+0000 mon.smithi012 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:30.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:29.151806+0000 mgr.smithi012.uvcbek (mgr.14164) 106 : cephadm [INF] Reconfiguring daemon crash.smithi186 on smithi186 2024-02-22T19:06:30.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:28.760992+0000 mgr.smithi012.uvcbek (mgr.14164) 104 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:30.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:29.149850+0000 mon.smithi012 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:30.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:29.150336+0000 mgr.smithi012.uvcbek (mgr.14164) 105 : cephadm [INF] Reconfiguring crash.smithi186 (monmap changed)... 2024-02-22T19:06:30.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:29.150581+0000 mon.smithi012 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:06:30.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:29.151278+0000 mon.smithi012 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:30.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:29.151806+0000 mgr.smithi012.uvcbek (mgr.14164) 106 : cephadm [INF] Reconfiguring daemon crash.smithi186 on smithi186 2024-02-22T19:06:31.218 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.152073+0000 mon.smithi012 (mon.0) 260 : audit [INF] from='client.? 172.21.15.12:0/719890059' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29b84b60-470d-4a44-aa3c-9363b4149cea"}]: dispatch 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.159480+0000 mon.smithi012 (mon.0) 261 : audit [INF] from='client.? 172.21.15.12:0/719890059' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29b84b60-470d-4a44-aa3c-9363b4149cea"}]': finished 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:30.159532+0000 mon.smithi012 (mon.0) 262 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.159612+0000 mon.smithi012 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.552050+0000 mon.smithi012 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.552772+0000 mon.smithi012 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.553441+0000 mon.smithi012 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.553959+0000 mon.smithi012 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:31.219 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:30.586566+0000 mon.smithi012 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.12:0/4229745100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.152073+0000 mon.smithi012 (mon.0) 260 : audit [INF] from='client.? 172.21.15.12:0/719890059' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29b84b60-470d-4a44-aa3c-9363b4149cea"}]: dispatch 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.159480+0000 mon.smithi012 (mon.0) 261 : audit [INF] from='client.? 172.21.15.12:0/719890059' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29b84b60-470d-4a44-aa3c-9363b4149cea"}]': finished 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:30.159532+0000 mon.smithi012 (mon.0) 262 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.159612+0000 mon.smithi012 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.552050+0000 mon.smithi012 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.552772+0000 mon.smithi012 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.553441+0000 mon.smithi012 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:06:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.553959+0000 mon.smithi012 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:31.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:30.586566+0000 mon.smithi012 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.12:0/4229745100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:06:32.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:30.552525+0000 mgr.smithi012.uvcbek (mgr.14164) 107 : cephadm [INF] Reconfiguring mgr.smithi186.dmnwef (monmap changed)... 2024-02-22T19:06:32.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:30.554411+0000 mgr.smithi012.uvcbek (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mgr.smithi186.dmnwef on smithi186 2024-02-22T19:06:32.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:30.761414+0000 mgr.smithi012.uvcbek (mgr.14164) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:32.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:31.880928+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:32.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:31.881833+0000 mon.smithi012 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:06:32.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:31.882607+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:06:32.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:31.883331+0000 mon.smithi012 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:30.552525+0000 mgr.smithi012.uvcbek (mgr.14164) 107 : cephadm [INF] Reconfiguring mgr.smithi186.dmnwef (monmap changed)... 2024-02-22T19:06:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:30.554411+0000 mgr.smithi012.uvcbek (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mgr.smithi186.dmnwef on smithi186 2024-02-22T19:06:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:30.761414+0000 mgr.smithi012.uvcbek (mgr.14164) 109 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:31.880928+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:31.881833+0000 mon.smithi012 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:06:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:31.882607+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:06:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:31.883331+0000 mon.smithi012 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:31.881510+0000 mgr.smithi012.uvcbek (mgr.14164) 110 : cephadm [INF] Reconfiguring mon.smithi186 (monmap changed)... 2024-02-22T19:06:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:31.883930+0000 mgr.smithi012.uvcbek (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon mon.smithi186 on smithi186 2024-02-22T19:06:33.503 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:31.881510+0000 mgr.smithi012.uvcbek (mgr.14164) 110 : cephadm [INF] Reconfiguring mon.smithi186 (monmap changed)... 2024-02-22T19:06:33.503 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:31.883930+0000 mgr.smithi012.uvcbek (mgr.14164) 111 : cephadm [INF] Reconfiguring daemon mon.smithi186 on smithi186 2024-02-22T19:06:34.562 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:32.761691+0000 mgr.smithi012.uvcbek (mgr.14164) 112 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:34.562 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:33.305712+0000 mon.smithi012 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:34.562 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:33.308707+0000 mon.smithi012 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:06:34.562 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:33.309097+0000 mgr.smithi012.uvcbek (mgr.14164) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:06:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:32.761691+0000 mgr.smithi012.uvcbek (mgr.14164) 112 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:33.305712+0000 mon.smithi012 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:33.308707+0000 mon.smithi012 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:06:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:33.309097+0000 mgr.smithi012.uvcbek (mgr.14164) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:06:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:34.762026+0000 mgr.smithi012.uvcbek (mgr.14164) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:36.187226+0000 mon.smithi012 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-22T19:06:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:36.187952+0000 mon.smithi012 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:34.762026+0000 mgr.smithi012.uvcbek (mgr.14164) 114 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:36.187226+0000 mon.smithi012 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-22T19:06:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:36.187952+0000 mon.smithi012 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:37.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:36.188520+0000 mgr.smithi012.uvcbek (mgr.14164) 115 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-02-22T19:06:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:36.188520+0000 mgr.smithi012.uvcbek (mgr.14164) 115 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-02-22T19:06:38.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:36.762442+0000 mgr.smithi012.uvcbek (mgr.14164) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:38.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:36.762442+0000 mgr.smithi012.uvcbek (mgr.14164) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:39.898 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 1 on host 'smithi012' 2024-02-22T19:06:40.532 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:38.762740+0000 mgr.smithi012.uvcbek (mgr.14164) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:40.532 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.890902+0000 mon.smithi012 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.894848+0000 mon.smithi012 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.904282+0000 mon.smithi012 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.12:9093"}]: dispatch 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.909672+0000 mon.smithi012 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.913429+0000 mon.smithi012 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.920277+0000 mon.smithi012 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.12:3000"}]: dispatch 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.924641+0000 mon.smithi012 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.927960+0000 mon.smithi012 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.932279+0000 mon.smithi012 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.12:9095"}]: dispatch 2024-02-22T19:06:40.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.936126+0000 mon.smithi012 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.534 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.938286+0000 mon.smithi012 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:06:40.534 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.939257+0000 mon.smithi012 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:40.534 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.939889+0000 mon.smithi012 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:06:40.554 DEBUG:teuthology.orchestra.run.smithi012:osd.1> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.1.service 2024-02-22T19:06:40.557 INFO:tasks.cephadm:Deploying osd.2 on smithi012 with /dev/vg_nvme/lv_2... 2024-02-22T19:06:40.557 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-22T19:06:40.593 INFO:journalctl@ceph.osd.1.smithi012.stdout:-- Logs begin at Thu 2024-02-22 18:42:47 UTC. -- 2024-02-22T19:06:40.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:38.762740+0000 mgr.smithi012.uvcbek (mgr.14164) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:40.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.890902+0000 mon.smithi012 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.894848+0000 mon.smithi012 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.904282+0000 mon.smithi012 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.12:9093"}]: dispatch 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.909672+0000 mon.smithi012 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.913429+0000 mon.smithi012 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.920277+0000 mon.smithi012 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.12:3000"}]: dispatch 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.924641+0000 mon.smithi012 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.927960+0000 mon.smithi012 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.932279+0000 mon.smithi012 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.12:9095"}]: dispatch 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.936126+0000 mon.smithi012 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:40.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.938286+0000 mon.smithi012 (mon.0) 287 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:06:40.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.939257+0000 mon.smithi012 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:40.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.939889+0000 mon.smithi012 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:06:41.523 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.904730+0000 mgr.smithi012.uvcbek (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.12:9093"}]: dispatch 2024-02-22T19:06:41.523 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.913747+0000 mgr.smithi012.uvcbek (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:06:41.523 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.920595+0000 mgr.smithi012.uvcbek (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.12:3000"}]: dispatch 2024-02-22T19:06:41.524 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.928274+0000 mgr.smithi012.uvcbek (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:06:41.524 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:39.932563+0000 mgr.smithi012.uvcbek (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.12:9095"}]: dispatch 2024-02-22T19:06:41.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.904730+0000 mgr.smithi012.uvcbek (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.12:9093"}]: dispatch 2024-02-22T19:06:41.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.913747+0000 mgr.smithi012.uvcbek (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:06:41.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.920595+0000 mgr.smithi012.uvcbek (mgr.14164) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.12:3000"}]: dispatch 2024-02-22T19:06:41.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.928274+0000 mgr.smithi012.uvcbek (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:06:41.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:39.932563+0000 mgr.smithi012.uvcbek (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.12:9095"}]: dispatch 2024-02-22T19:06:42.571 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:40.763014+0000 mgr.smithi012.uvcbek (mgr.14164) 123 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:42.571 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:41.726059+0000 mon.smithi012 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:42.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:40.763014+0000 mgr.smithi012.uvcbek (mgr.14164) 123 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:42.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:41.726059+0000 mon.smithi012 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:43.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:06:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1[76527]: debug 2024-02-22T19:06:42.983+0000 7efe6f899080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-22T19:06:43.522 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-22T19:06:43.523 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-22T19:06:43.523 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2024-02-22T19:06:43.523 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2024-02-22T19:06:43.523 INFO:teuthology.orchestra.run.smithi012.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0156669 s, 669 MB/s 2024-02-22T19:06:43.523 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2024-02-22T19:06:44.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:42.763484+0000 mgr.smithi012.uvcbek (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:44.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:42.986888+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-22T19:06:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:42.763484+0000 mgr.smithi012.uvcbek (mgr.14164) 124 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:42.986888+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-22T19:06:44.241 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi012:vg_nvme/lv_2 2024-02-22T19:06:44.997 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:06:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1[76527]: debug 2024-02-22T19:06:44.837+0000 7efe65dfc700 -1 osd.1 0 waiting for initial osdmap 2024-02-22T19:06:44.997 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:06:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1[76527]: debug 2024-02-22T19:06:44.841+0000 7efe5ed71700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-22T19:06:44.997 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:43.834084+0000 mon.smithi012 (mon.0) 292 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-22T19:06:44.997 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:43.834130+0000 mon.smithi012 (mon.0) 293 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-22T19:06:44.997 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:43.834238+0000 mon.smithi012 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:44.997 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:43.834566+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:06:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:43.834084+0000 mon.smithi012 (mon.0) 292 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-22T19:06:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:43.834130+0000 mon.smithi012 (mon.0) 293 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-22T19:06:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:43.834238+0000 mon.smithi012 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:43.834566+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:06:46.043 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:44.763803+0000 mgr.smithi012.uvcbek (mgr.14164) 125 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:46.043 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:44.836049+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:06:46.043 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:44.836125+0000 mon.smithi012 (mon.0) 297 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-22T19:06:46.043 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:44.836468+0000 mon.smithi012 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:46.043 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:44.839803+0000 mon.smithi012 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:46.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:44.763803+0000 mgr.smithi012.uvcbek (mgr.14164) 125 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:46.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:44.836049+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:06:46.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:44.836125+0000 mon.smithi012 (mon.0) 297 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-22T19:06:46.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:44.836468+0000 mon.smithi012 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:46.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:44.839803+0000 mon.smithi012 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:43.958556+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:06:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:43.958649+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:06:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:45.841454+0000 mon.smithi012 (mon.0) 300 : cluster [INF] osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977] boot 2024-02-22T19:06:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:45.841488+0000 mon.smithi012 (mon.0) 301 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-22T19:06:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:45.841804+0000 mon.smithi012 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:47.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:43.958556+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:06:47.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:43.958649+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:06:47.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:45.841454+0000 mon.smithi012 (mon.0) 300 : cluster [INF] osd.1 [v2:172.21.15.12:6810/1397425977,v1:172.21.15.12:6811/1397425977] boot 2024-02-22T19:06:47.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:45.841488+0000 mon.smithi012 (mon.0) 301 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-22T19:06:47.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:45.841804+0000 mon.smithi012 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:06:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:46.764034+0000 mgr.smithi012.uvcbek (mgr.14164) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:46.852340+0000 mon.smithi012 (mon.0) 303 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-22T19:06:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:46.940586+0000 mgr.smithi012.uvcbek (mgr.14164) 127 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:06:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:46.941314+0000 mon.smithi012 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:06:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:46.942489+0000 mon.smithi012 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:06:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:46.943000+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:46.764034+0000 mgr.smithi012.uvcbek (mgr.14164) 126 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-22T19:06:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:46.852340+0000 mon.smithi012 (mon.0) 303 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-22T19:06:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:46.940586+0000 mgr.smithi012.uvcbek (mgr.14164) 127 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:06:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:46.941314+0000 mon.smithi012 (mon.0) 304 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:06:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:46.942489+0000 mon.smithi012 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:06:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:46.943000+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:50.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:48.764410+0000 mgr.smithi012.uvcbek (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:50.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:49.569859+0000 mon.smithi012 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:50.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:49.665349+0000 mon.smithi012 (mon.0) 308 : audit [INF] from='client.? 172.21.15.12:0/1199804303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de7a3f6e-4533-41ff-bbcc-c6db0573fe4f"}]: dispatch 2024-02-22T19:06:50.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:49.673392+0000 mon.smithi012 (mon.0) 309 : audit [INF] from='client.? 172.21.15.12:0/1199804303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de7a3f6e-4533-41ff-bbcc-c6db0573fe4f"}]': finished 2024-02-22T19:06:50.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:49.673433+0000 mon.smithi012 (mon.0) 310 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-22T19:06:50.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:49.673553+0000 mon.smithi012 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:06:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:48.764410+0000 mgr.smithi012.uvcbek (mgr.14164) 128 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:49.569859+0000 mon.smithi012 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:49.665349+0000 mon.smithi012 (mon.0) 308 : audit [INF] from='client.? 172.21.15.12:0/1199804303' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "de7a3f6e-4533-41ff-bbcc-c6db0573fe4f"}]: dispatch 2024-02-22T19:06:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:49.673392+0000 mon.smithi012 (mon.0) 309 : audit [INF] from='client.? 172.21.15.12:0/1199804303' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "de7a3f6e-4533-41ff-bbcc-c6db0573fe4f"}]': finished 2024-02-22T19:06:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:49.673433+0000 mon.smithi012 (mon.0) 310 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-22T19:06:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:49.673553+0000 mon.smithi012 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:06:51.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:50.109123+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.12:0/3512756265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:06:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:50.109123+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.12:0/3512756265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:06:52.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:50.764659+0000 mgr.smithi012.uvcbek (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:50.764659+0000 mgr.smithi012.uvcbek (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:52.764943+0000 mgr.smithi012.uvcbek (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:52.764943+0000 mgr.smithi012.uvcbek (mgr.14164) 130 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:56.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:54.765331+0000 mgr.smithi012.uvcbek (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:56.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:55.659949+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:54.765331+0000 mgr.smithi012.uvcbek (mgr.14164) 131 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:55.659949+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:55.654279+0000 mgr.smithi012.uvcbek (mgr.14164) 132 : cephadm [INF] Detected new or changed devices on smithi012 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:55.993980+0000 mon.smithi012 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:55.994647+0000 mon.smithi012 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:55.995110+0000 mgr.smithi012.uvcbek (mgr.14164) 133 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 6451M 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:55.998771+0000 mon.smithi012 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:56.002156+0000 mon.smithi012 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:56.006839+0000 mon.smithi012 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:56.008080+0000 mon.smithi012 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:57.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:56.008774+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:55.654279+0000 mgr.smithi012.uvcbek (mgr.14164) 132 : cephadm [INF] Detected new or changed devices on smithi012 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:55.993980+0000 mon.smithi012 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:55.994647+0000 mon.smithi012 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:55.995110+0000 mgr.smithi012.uvcbek (mgr.14164) 133 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 6451M 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:55.998771+0000 mon.smithi012 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:56.002156+0000 mon.smithi012 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:56.006839+0000 mon.smithi012 (mon.0) 318 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:56.008080+0000 mon.smithi012 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:57.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:56.008774+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:06:58.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:56.765818+0000 mgr.smithi012.uvcbek (mgr.14164) 134 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:58.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:56.881915+0000 mon.smithi012 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-22T19:06:58.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:56.882611+0000 mon.smithi012 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:58.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:06:56.883152+0000 mgr.smithi012.uvcbek (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi012 2024-02-22T19:06:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:56.765818+0000 mgr.smithi012.uvcbek (mgr.14164) 134 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:06:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:56.881915+0000 mon.smithi012 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-22T19:06:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:56.882611+0000 mon.smithi012 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:06:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:06:56.883152+0000 mgr.smithi012.uvcbek (mgr.14164) 135 : cephadm [INF] Deploying daemon osd.2 on smithi012 2024-02-22T19:06:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:06:57.927661+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:06:59.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:06:57.927661+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:00.258 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:06:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:06:58.766090+0000 mgr.smithi012.uvcbek (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:00.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:06:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:06:58.766090+0000 mgr.smithi012.uvcbek (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:02.040 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 2 on host 'smithi012' 2024-02-22T19:07:02.070 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:00.766389+0000 mgr.smithi012.uvcbek (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:02.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:00.766389+0000 mgr.smithi012.uvcbek (mgr.14164) 137 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:02.961 DEBUG:teuthology.orchestra.run.smithi012:osd.2> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.2.service 2024-02-22T19:07:02.963 INFO:tasks.cephadm:Deploying osd.3 on smithi012 with /dev/vg_nvme/lv_1... 2024-02-22T19:07:02.963 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-22T19:07:03.000 INFO:journalctl@ceph.osd.2.smithi012.stdout:-- Logs begin at Thu 2024-02-22 18:42:47 UTC. -- 2024-02-22T19:07:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:02.034821+0000 mon.smithi012 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:02.039263+0000 mon.smithi012 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:02.885010+0000 mon.smithi012 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:07:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:02.887349+0000 mon.smithi012 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:07:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:02.034821+0000 mon.smithi012 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:02.039263+0000 mon.smithi012 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:02.885010+0000 mon.smithi012 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:07:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:02.887349+0000 mon.smithi012 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:07:04.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:02.766694+0000 mgr.smithi012.uvcbek (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:04.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:02.766694+0000 mgr.smithi012.uvcbek (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:05.291 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:07:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2[80058]: debug 2024-02-22T19:07:05.031+0000 7f5d0557f080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-22T19:07:05.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:04.338168+0000 mon.smithi012 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:05.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:05.035894+0000 mon.smithi012 (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-22T19:07:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:04.338168+0000 mon.smithi012 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:05.035894+0000 mon.smithi012 (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-22T19:07:05.888 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-22T19:07:05.888 INFO:teuthology.orchestra.run.smithi012.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-22T19:07:05.888 INFO:teuthology.orchestra.run.smithi012.stderr: stderr: 10+0 records in 2024-02-22T19:07:05.888 INFO:teuthology.orchestra.run.smithi012.stderr:10+0 records out 2024-02-22T19:07:05.888 INFO:teuthology.orchestra.run.smithi012.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113614 s, 923 MB/s 2024-02-22T19:07:05.888 INFO:teuthology.orchestra.run.smithi012.stderr:--> Zapping successful for: 2024-02-22T19:07:06.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:04.766946+0000 mgr.smithi012.uvcbek (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:06.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:05.343890+0000 mon.smithi012 (mon.0) 330 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-22T19:07:06.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:05.343940+0000 mon.smithi012 (mon.0) 331 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-22T19:07:06.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:05.344041+0000 mon.smithi012 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:06.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:05.344467+0000 mon.smithi012 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:07:06.607 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:07:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2[80058]: debug 2024-02-22T19:07:06.346+0000 7f5cfbae2700 -1 osd.2 0 waiting for initial osdmap 2024-02-22T19:07:06.607 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:07:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2[80058]: debug 2024-02-22T19:07:06.351+0000 7f5cf625a700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-22T19:07:06.647 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi012:vg_nvme/lv_1 2024-02-22T19:07:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:04.766946+0000 mgr.smithi012.uvcbek (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:05.343890+0000 mon.smithi012 (mon.0) 330 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-22T19:07:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:05.343940+0000 mon.smithi012 (mon.0) 331 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-22T19:07:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:05.344041+0000 mon.smithi012 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:05.344467+0000 mon.smithi012 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:07:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:06.345082+0000 mon.smithi012 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:07:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:06.345167+0000 mon.smithi012 (mon.0) 335 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-22T19:07:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:06.345495+0000 mon.smithi012 (mon.0) 336 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:06.349415+0000 mon.smithi012 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:06.345082+0000 mon.smithi012 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:07:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:06.345167+0000 mon.smithi012 (mon.0) 335 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-22T19:07:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:06.345495+0000 mon.smithi012 (mon.0) 336 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:06.349415+0000 mon.smithi012 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:06.019160+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:07:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:06.019254+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:07:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:06.767198+0000 mgr.smithi012.uvcbek (mgr.14164) 140 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:07.349789+0000 mon.smithi012 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:07.357297+0000 mon.smithi012 (mon.0) 339 : cluster [INF] osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585] boot 2024-02-22T19:07:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:07.357324+0000 mon.smithi012 (mon.0) 340 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-22T19:07:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:07.357785+0000 mon.smithi012 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:08.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:07.358153+0000 mon.smithi012 (mon.0) 342 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:06.019160+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:06.019254+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:06.767198+0000 mgr.smithi012.uvcbek (mgr.14164) 140 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:07.349789+0000 mon.smithi012 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:07.357297+0000 mon.smithi012 (mon.0) 339 : cluster [INF] osd.2 [v2:172.21.15.12:6818/2049649585,v1:172.21.15.12:6819/2049649585] boot 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:07.357324+0000 mon.smithi012 (mon.0) 340 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:07.357785+0000 mon.smithi012 (mon.0) 341 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:07:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:07.358153+0000 mon.smithi012 (mon.0) 342 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-22T19:07:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:08.359307+0000 mon.smithi012 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-22T19:07:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:08.359355+0000 mon.smithi012 (mon.0) 344 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-22T19:07:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:08.359949+0000 mon.smithi012 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:07:09.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:08.359307+0000 mon.smithi012 (mon.0) 343 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-22T19:07:09.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:08.359355+0000 mon.smithi012 (mon.0) 344 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-22T19:07:09.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:08.359949+0000 mon.smithi012 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:07:10.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:08.767501+0000 mgr.smithi012.uvcbek (mgr.14164) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:10.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.364528+0000 mon.smithi012 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:09.364642+0000 mon.smithi012 (mon.0) 347 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.653236+0000 mon.smithi012 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.658744+0000 mon.smithi012 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.663208+0000 mon.smithi012 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.664268+0000 mon.smithi012 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.664935+0000 mon.smithi012 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.790114+0000 mon.smithi012 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.791324+0000 mon.smithi012 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:07:10.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.791845+0000 mon.smithi012 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:08.767501+0000 mgr.smithi012.uvcbek (mgr.14164) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.364528+0000 mon.smithi012 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:09.364642+0000 mon.smithi012 (mon.0) 347 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.653236+0000 mon.smithi012 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.658744+0000 mon.smithi012 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.663208+0000 mon.smithi012 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.664268+0000 mon.smithi012 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.664935+0000 mon.smithi012 (mon.0) 352 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:10.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.790114+0000 mon.smithi012 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:07:10.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.791324+0000 mon.smithi012 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:07:10.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.791845+0000 mon.smithi012 (mon.0) 355 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:09.654275+0000 mgr.smithi012.uvcbek (mgr.14164) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:09.789362+0000 mgr.smithi012.uvcbek (mgr.14164) 143 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:07:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:10.369172+0000 mon.smithi012 (mon.0) 356 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-22T19:07:11.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:10.651565+0000 mon.smithi012 (mon.0) 357 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-22T19:07:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:09.654275+0000 mgr.smithi012.uvcbek (mgr.14164) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:09.789362+0000 mgr.smithi012.uvcbek (mgr.14164) 143 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi012:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:07:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:10.369172+0000 mon.smithi012 (mon.0) 356 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-22T19:07:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:10.651565+0000 mon.smithi012 (mon.0) 357 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-22T19:07:12.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:11.417460+0000 mon.smithi012 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:12.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:11.654727+0000 mgr.smithi012.uvcbek (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:11.417460+0000 mon.smithi012 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:11.654727+0000 mgr.smithi012.uvcbek (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:14.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:12.933295+0000 mon.smithi012 (mon.0) 359 : audit [INF] from='client.? 172.21.15.12:0/2756965011' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cf27f2a-706b-4c77-9a8c-5d2e3d4936a6"}]: dispatch 2024-02-22T19:07:14.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:12.938092+0000 mon.smithi012 (mon.0) 360 : audit [INF] from='client.? 172.21.15.12:0/2756965011' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9cf27f2a-706b-4c77-9a8c-5d2e3d4936a6"}]': finished 2024-02-22T19:07:14.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:12.938129+0000 mon.smithi012 (mon.0) 361 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-22T19:07:14.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:12.938229+0000 mon.smithi012 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:14.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:13.398130+0000 mon.smithi012 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.12:0/2742674092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:07:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:12.933295+0000 mon.smithi012 (mon.0) 359 : audit [INF] from='client.? 172.21.15.12:0/2756965011' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cf27f2a-706b-4c77-9a8c-5d2e3d4936a6"}]: dispatch 2024-02-22T19:07:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:12.938092+0000 mon.smithi012 (mon.0) 360 : audit [INF] from='client.? 172.21.15.12:0/2756965011' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9cf27f2a-706b-4c77-9a8c-5d2e3d4936a6"}]': finished 2024-02-22T19:07:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:12.938129+0000 mon.smithi012 (mon.0) 361 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-22T19:07:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:12.938229+0000 mon.smithi012 (mon.0) 362 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:13.398130+0000 mon.smithi012 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.12:0/2742674092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:07:15.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:13.655191+0000 mgr.smithi012.uvcbek (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:15.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:13.655191+0000 mgr.smithi012.uvcbek (mgr.14164) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:16.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:15.567761+0000 mon.smithi012 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:16.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:15.655543+0000 mgr.smithi012.uvcbek (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:15.567761+0000 mon.smithi012 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:15.655543+0000 mgr.smithi012.uvcbek (mgr.14164) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:17.655862+0000 mgr.smithi012.uvcbek (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:17.655862+0000 mgr.smithi012.uvcbek (mgr.14164) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:21.319 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:19.656214+0000 mgr.smithi012.uvcbek (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:21.319 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:07:20.204012+0000 mgr.smithi012.uvcbek (mgr.14164) 149 : cephadm [INF] Detected new or changed devices on smithi012 2024-02-22T19:07:21.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:20.210531+0000 mon.smithi012 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:21.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:20.211444+0000 mgr.smithi012.uvcbek (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:21.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:20.214208+0000 mon.smithi012 (mon.0) 366 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:19.656214+0000 mgr.smithi012.uvcbek (mgr.14164) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:07:20.204012+0000 mgr.smithi012.uvcbek (mgr.14164) 149 : cephadm [INF] Detected new or changed devices on smithi012 2024-02-22T19:07:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:20.210531+0000 mon.smithi012 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:20.211444+0000 mgr.smithi012.uvcbek (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:20.214208+0000 mon.smithi012 (mon.0) 366 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:21.208939+0000 mon.smithi012 (mon.0) 367 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-22T19:07:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:21.208970+0000 mon.smithi012 (mon.0) 368 : cluster [INF] Cluster is now healthy 2024-02-22T19:07:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:21.340984+0000 mon.smithi012 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-22T19:07:22.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:21.341678+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:22.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:07:21.342211+0000 mgr.smithi012.uvcbek (mgr.14164) 151 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-02-22T19:07:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:21.208939+0000 mon.smithi012 (mon.0) 367 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-02-22T19:07:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:21.208970+0000 mon.smithi012 (mon.0) 368 : cluster [INF] Cluster is now healthy 2024-02-22T19:07:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:21.340984+0000 mon.smithi012 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-22T19:07:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:21.341678+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:07:21.342211+0000 mgr.smithi012.uvcbek (mgr.14164) 151 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-02-22T19:07:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:22.211913+0000 mgr.smithi012.uvcbek (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:23.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:22.211913+0000 mgr.smithi012.uvcbek (mgr.14164) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:25.012 INFO:teuthology.orchestra.run.smithi012.stdout:Created osd(s) 3 on host 'smithi012' 2024-02-22T19:07:25.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:24.212389+0000 mgr.smithi012.uvcbek (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:25.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:24.999598+0000 mon.smithi012 (mon.0) 371 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:25.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:25.001332+0000 mon.smithi012 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:25.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:25.003502+0000 mon.smithi012 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:25.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:25.003773+0000 mon.smithi012 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:25.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:25.008666+0000 mon.smithi012 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:24.212389+0000 mgr.smithi012.uvcbek (mgr.14164) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:24.999598+0000 mon.smithi012 (mon.0) 371 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:25.001332+0000 mon.smithi012 (mon.0) 372 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:25.003502+0000 mon.smithi012 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:25.003773+0000 mon.smithi012 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:25.008666+0000 mon.smithi012 (mon.0) 375 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:25.707 DEBUG:teuthology.orchestra.run.smithi012:osd.3> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.3.service 2024-02-22T19:07:25.709 INFO:tasks.cephadm:Deploying osd.4 on smithi186 with /dev/vg_nvme/lv_4... 2024-02-22T19:07:25.709 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-22T19:07:25.744 INFO:journalctl@ceph.osd.3.smithi012.stdout:-- Logs begin at Thu 2024-02-22 18:42:47 UTC. -- 2024-02-22T19:07:27.308 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:26.212742+0000 mgr.smithi012.uvcbek (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:27.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:26.212742+0000 mgr.smithi012.uvcbek (mgr.14164) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:27.917 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-22T19:07:27.917 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-22T19:07:27.917 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-02-22T19:07:27.917 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-02-22T19:07:27.917 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111388 s, 941 MB/s 2024-02-22T19:07:27.917 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-02-22T19:07:28.421 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:07:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3[83579]: debug 2024-02-22T19:07:28.138+0000 7f658cca1080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-22T19:07:28.647 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi186:vg_nvme/lv_4 2024-02-22T19:07:28.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:28.142910+0000 mon.smithi012 (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-22T19:07:28.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:28.213013+0000 mgr.smithi012.uvcbek (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:29.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:28.142910+0000 mon.smithi012 (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-22T19:07:29.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:28.213013+0000 mgr.smithi012.uvcbek (mgr.14164) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:29.954 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:28.845465+0000 mon.smithi012 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-22T19:07:29.954 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:28.845537+0000 mon.smithi012 (mon.0) 378 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-22T19:07:29.954 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:28.845673+0000 mon.smithi012 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:29.954 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:28.846062+0000 mon.smithi012 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:07:30.106 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:07:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3[83579]: debug 2024-02-22T19:07:29.848+0000 7f6583204700 -1 osd.3 0 waiting for initial osdmap 2024-02-22T19:07:30.106 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:07:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3[83579]: debug 2024-02-22T19:07:29.853+0000 7f657d17b700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-22T19:07:30.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:28.845465+0000 mon.smithi012 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-22T19:07:30.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:28.845537+0000 mon.smithi012 (mon.0) 378 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-22T19:07:30.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:28.845673+0000 mon.smithi012 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:30.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:28.846062+0000 mon.smithi012 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:07:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:29.846588+0000 mon.smithi012 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:07:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:29.846670+0000 mon.smithi012 (mon.0) 382 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-22T19:07:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:29.847299+0000 mon.smithi012 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:29.851301+0000 mon.smithi012 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:29.867885+0000 mon.smithi012 (mon.0) 385 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:30.213323+0000 mgr.smithi012.uvcbek (mgr.14164) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:31.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:30.616241+0000 mon.smithi012 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:07:31.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:30.617549+0000 mon.smithi012 (mon.0) 387 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:07:31.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:30.618090+0000 mon.smithi012 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:29.846588+0000 mon.smithi012 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]': finished 2024-02-22T19:07:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:29.846670+0000 mon.smithi012 (mon.0) 382 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-22T19:07:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:29.847299+0000 mon.smithi012 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:29.851301+0000 mon.smithi012 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:29.867885+0000 mon.smithi012 (mon.0) 385 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:31.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:30.213323+0000 mgr.smithi012.uvcbek (mgr.14164) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-22T19:07:31.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:30.616241+0000 mon.smithi012 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:07:31.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:30.617549+0000 mon.smithi012 (mon.0) 387 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:07:31.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:30.618090+0000 mon.smithi012 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:32.103 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:29.100753+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:07:32.103 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:29.100955+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:07:32.103 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:30.615485+0000 mgr.smithi012.uvcbek (mgr.14164) 157 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:07:32.103 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:30.852718+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:32.103 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:30.869502+0000 mon.smithi012 (mon.0) 390 : cluster [INF] osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589] boot 2024-02-22T19:07:32.103 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:30.869543+0000 mon.smithi012 (mon.0) 391 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-22T19:07:32.103 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:30.869955+0000 mon.smithi012 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:29.100753+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:07:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:29.100955+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:07:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:30.615485+0000 mgr.smithi012.uvcbek (mgr.14164) 157 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:07:32.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:30.852718+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:32.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:30.869502+0000 mon.smithi012 (mon.0) 390 : cluster [INF] osd.3 [v2:172.21.15.12:6826/3815778589,v1:172.21.15.12:6827/3815778589] boot 2024-02-22T19:07:32.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:30.869543+0000 mon.smithi012 (mon.0) 391 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-22T19:07:32.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:30.869955+0000 mon.smithi012 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:07:33.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:31.875946+0000 mon.smithi012 (mon.0) 393 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-22T19:07:33.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:32.213601+0000 mgr.smithi012.uvcbek (mgr.14164) 158 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:33.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:31.875946+0000 mon.smithi012 (mon.0) 393 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-22T19:07:33.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:32.213601+0000 mgr.smithi012.uvcbek (mgr.14164) 158 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.116365+0000 mon.smithi186 (mon.1) 2 : audit [INF] from='client.? 172.21.15.186:0/746359569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d9cf466-49ce-440c-b658-f203a89ef2be"}]: dispatch 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.116760+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d9cf466-49ce-440c-b658-f203a89ef2be"}]: dispatch 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.122865+0000 mon.smithi012 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d9cf466-49ce-440c-b658-f203a89ef2be"}]': finished 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:33.122911+0000 mon.smithi012 (mon.0) 396 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.122998+0000 mon.smithi012 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.183947+0000 mon.smithi012 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.184804+0000 mon.smithi012 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.185342+0000 mon.smithi012 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.185853+0000 mon.smithi012 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.186328+0000 mon.smithi012 (mon.0) 402 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:07:33.186744+0000 mgr.smithi012.uvcbek (mgr.14164) 159 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 3225M 2024-02-22T19:07:34.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.189488+0000 mon.smithi012 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:34.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.194548+0000 mon.smithi012 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:34.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.197356+0000 mon.smithi012 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:34.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.198151+0000 mon.smithi012 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:34.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.198620+0000 mon.smithi012 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:34.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:33.526932+0000 mon.smithi186 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.186:0/570809284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:07:34.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.116365+0000 mon.smithi186 (mon.1) 2 : audit [INF] from='client.? 172.21.15.186:0/746359569' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d9cf466-49ce-440c-b658-f203a89ef2be"}]: dispatch 2024-02-22T19:07:34.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.116760+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d9cf466-49ce-440c-b658-f203a89ef2be"}]: dispatch 2024-02-22T19:07:34.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.122865+0000 mon.smithi012 (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d9cf466-49ce-440c-b658-f203a89ef2be"}]': finished 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:33.122911+0000 mon.smithi012 (mon.0) 396 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.122998+0000 mon.smithi012 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.183947+0000 mon.smithi012 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.184804+0000 mon.smithi012 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.185342+0000 mon.smithi012 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.185853+0000 mon.smithi012 (mon.0) 401 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.186328+0000 mon.smithi012 (mon.0) 402 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:07:33.186744+0000 mgr.smithi012.uvcbek (mgr.14164) 159 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 3225M 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.189488+0000 mon.smithi012 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.194548+0000 mon.smithi012 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.197356+0000 mon.smithi012 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:34.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.198151+0000 mon.smithi012 (mon.0) 406 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:34.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.198620+0000 mon.smithi012 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:34.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:33.526932+0000 mon.smithi186 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.186:0/570809284' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:07:35.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:34.213890+0000 mgr.smithi012.uvcbek (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:35.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:34.213890+0000 mgr.smithi012.uvcbek (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:37.588 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:36.214165+0000 mgr.smithi012.uvcbek (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:37.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:36.214165+0000 mgr.smithi012.uvcbek (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:37.620335+0000 mon.smithi012 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:37.623242+0000 mon.smithi012 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:38.214563+0000 mgr.smithi012.uvcbek (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:39.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:37.620335+0000 mon.smithi012 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:39.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:37.623242+0000 mon.smithi012 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:39.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:38.214563+0000 mgr.smithi012.uvcbek (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:39.251268+0000 mon.smithi012 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-22T19:07:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:39.252115+0000 mon.smithi012 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:07:39.252794+0000 mgr.smithi012.uvcbek (mgr.14164) 163 : cephadm [INF] Deploying daemon osd.4 on smithi186 2024-02-22T19:07:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:39.251268+0000 mon.smithi012 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-22T19:07:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:39.252115+0000 mon.smithi012 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:07:39.252794+0000 mgr.smithi012.uvcbek (mgr.14164) 163 : cephadm [INF] Deploying daemon osd.4 on smithi186 2024-02-22T19:07:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:40.215107+0000 mgr.smithi012.uvcbek (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:40.215107+0000 mgr.smithi012.uvcbek (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:42.750 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 4 on host 'smithi186' 2024-02-22T19:07:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:42.215667+0000 mgr.smithi012.uvcbek (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:42.739446+0000 mon.smithi012 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:42.742865+0000 mon.smithi012 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:42.743113+0000 mon.smithi012 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:42.744765+0000 mon.smithi012 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:42.747785+0000 mon.smithi012 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:43.417 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:42.215667+0000 mgr.smithi012.uvcbek (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:43.417 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:42.739446+0000 mon.smithi012 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:43.417 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:42.742865+0000 mon.smithi012 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:43.417 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:42.743113+0000 mon.smithi012 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:43.417 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:42.744765+0000 mon.smithi012 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:43.417 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:42.747785+0000 mon.smithi012 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:43.436 DEBUG:teuthology.orchestra.run.smithi186:osd.4> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.4.service 2024-02-22T19:07:43.439 INFO:tasks.cephadm:Deploying osd.5 on smithi186 with /dev/vg_nvme/lv_3... 2024-02-22T19:07:43.439 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-22T19:07:43.469 INFO:journalctl@ceph.osd.4.smithi186.stdout:-- Logs begin at Thu 2024-02-22 18:43:10 UTC. -- 2024-02-22T19:07:45.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:44.216114+0000 mgr.smithi012.uvcbek (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:44.216114+0000 mgr.smithi012.uvcbek (mgr.14164) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:46.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:07:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4[40899]: debug 2024-02-22T19:07:45.828+0000 7f234d1c6080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-22T19:07:46.203 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-22T19:07:46.203 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-22T19:07:46.203 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-02-22T19:07:46.204 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-02-22T19:07:46.204 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155273 s, 675 MB/s 2024-02-22T19:07:46.204 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-02-22T19:07:46.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:45.834267+0000 mon.smithi186 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2474465344,v1:172.21.15.186:6801/2474465344]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:07:46.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:45.834696+0000 mon.smithi012 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:07:46.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:45.834267+0000 mon.smithi186 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2474465344,v1:172.21.15.186:6801/2474465344]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:07:46.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:45.834696+0000 mon.smithi012 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:07:46.992 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi186:vg_nvme/lv_3 2024-02-22T19:07:47.580 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4[40899]: debug 2024-02-22T19:07:47.283+0000 7f2343729700 -1 osd.4 0 waiting for initial osdmap 2024-02-22T19:07:47.580 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4[40899]: debug 2024-02-22T19:07:47.288+0000 7f233d6a0700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-22T19:07:47.581 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:46.216454+0000 mgr.smithi012.uvcbek (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:47.581 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:46.279631+0000 mon.smithi012 (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-22T19:07:47.581 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:46.279697+0000 mon.smithi012 (mon.0) 419 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-22T19:07:47.581 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:46.279800+0000 mon.smithi012 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:47.581 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:46.284135+0000 mon.smithi186 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2474465344,v1:172.21.15.186:6801/2474465344]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:07:47.581 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:46.284502+0000 mon.smithi012 (mon.0) 421 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:07:47.581 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:47.151153+0000 mon.smithi012 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:47.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:46.216454+0000 mgr.smithi012.uvcbek (mgr.14164) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:47.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:46.279631+0000 mon.smithi012 (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-22T19:07:47.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:46.279697+0000 mon.smithi012 (mon.0) 419 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-22T19:07:47.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:46.279800+0000 mon.smithi012 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:47.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:46.284135+0000 mon.smithi186 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2474465344,v1:172.21.15.186:6801/2474465344]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:07:47.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:46.284502+0000 mon.smithi012 (mon.0) 421 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:07:47.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:47.151153+0000 mon.smithi012 (mon.0) 422 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:48.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:47.280769+0000 mon.smithi012 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:07:48.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:47.280864+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-22T19:07:48.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:47.281235+0000 mon.smithi012 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:48.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:47.285076+0000 mon.smithi012 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:48.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:47.394519+0000 mon.smithi012 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:48.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:47.844752+0000 mon.smithi012 (mon.0) 428 : cluster [INF] osd.4 [v2:172.21.15.186:6800/2474465344,v1:172.21.15.186:6801/2474465344] boot 2024-02-22T19:07:48.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:47.844809+0000 mon.smithi012 (mon.0) 429 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-22T19:07:48.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:47.845245+0000 mon.smithi012 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:48.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:47.280769+0000 mon.smithi012 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:07:48.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:47.280864+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-22T19:07:48.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:47.281235+0000 mon.smithi012 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:48.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:47.285076+0000 mon.smithi012 (mon.0) 426 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:48.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:47.394519+0000 mon.smithi012 (mon.0) 427 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:48.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:47.844752+0000 mon.smithi012 (mon.0) 428 : cluster [INF] osd.4 [v2:172.21.15.186:6800/2474465344,v1:172.21.15.186:6801/2474465344] boot 2024-02-22T19:07:48.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:47.844809+0000 mon.smithi012 (mon.0) 429 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-22T19:07:48.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:47.845245+0000 mon.smithi012 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:07:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:46.877245+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:07:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:46.877342+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:07:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:48.216859+0000 mgr.smithi012.uvcbek (mgr.14164) 168 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:48.852551+0000 mon.smithi012 (mon.0) 431 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-22T19:07:49.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:46.877245+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:07:49.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:46.877342+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:07:49.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:48.216859+0000 mgr.smithi012.uvcbek (mgr.14164) 168 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-22T19:07:49.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:48.852551+0000 mon.smithi012 (mon.0) 431 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-22T19:07:50.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:49.857735+0000 mon.smithi012 (mon.0) 432 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-22T19:07:50.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:50.199051+0000 mgr.smithi012.uvcbek (mgr.14164) 169 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:07:50.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:50.200045+0000 mon.smithi012 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:07:50.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:50.201955+0000 mon.smithi012 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:07:50.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:50.202740+0000 mon.smithi012 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:50.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:50.217296+0000 mgr.smithi012.uvcbek (mgr.14164) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:49.857735+0000 mon.smithi012 (mon.0) 432 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-22T19:07:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:50.199051+0000 mgr.smithi012.uvcbek (mgr.14164) 169 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:07:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:50.200045+0000 mon.smithi012 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:07:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:50.201955+0000 mon.smithi012 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:07:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:50.202740+0000 mon.smithi012 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:50.217296+0000 mgr.smithi012.uvcbek (mgr.14164) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:52.217803+0000 mgr.smithi012.uvcbek (mgr.14164) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:52.535825+0000 mon.smithi012 (mon.0) 436 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:52.823631+0000 mon.smithi012 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:52.828929+0000 mon.smithi012 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:52.832681+0000 mon.smithi012 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:53.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:52.836647+0000 mon.smithi012 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:53.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:52.837753+0000 mon.smithi012 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:53.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:52.838458+0000 mon.smithi012 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:53.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:52.217803+0000 mgr.smithi012.uvcbek (mgr.14164) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:53.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:52.535825+0000 mon.smithi012 (mon.0) 436 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:53.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:52.823631+0000 mon.smithi012 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:07:53.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:52.828929+0000 mon.smithi012 (mon.0) 438 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:53.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:52.832681+0000 mon.smithi012 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:53.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:52.836647+0000 mon.smithi012 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:07:53.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:52.837753+0000 mon.smithi012 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:07:53.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:52.838458+0000 mon.smithi012 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:07:54.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:07:52.530873+0000 mgr.smithi012.uvcbek (mgr.14164) 172 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:07:54.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:07:52.824423+0000 mgr.smithi012.uvcbek (mgr.14164) 173 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 15970M 2024-02-22T19:07:54.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:53.567214+0000 mon.smithi186 (mon.1) 6 : audit [INF] from='client.? 172.21.15.186:0/2842689893' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2a985e8-1c62-40f9-83b0-8263fb2c2504"}]: dispatch 2024-02-22T19:07:54.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:53.567790+0000 mon.smithi012 (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2a985e8-1c62-40f9-83b0-8263fb2c2504"}]: dispatch 2024-02-22T19:07:54.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:53.573676+0000 mon.smithi012 (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2a985e8-1c62-40f9-83b0-8263fb2c2504"}]': finished 2024-02-22T19:07:54.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:53.573721+0000 mon.smithi012 (mon.0) 445 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-22T19:07:54.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:53.573812+0000 mon.smithi012 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:07:54.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:53.982231+0000 mon.smithi186 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.186:0/440006351' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:07:54.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:07:52.530873+0000 mgr.smithi012.uvcbek (mgr.14164) 172 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:07:54.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:07:52.824423+0000 mgr.smithi012.uvcbek (mgr.14164) 173 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 15970M 2024-02-22T19:07:54.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:53.567214+0000 mon.smithi186 (mon.1) 6 : audit [INF] from='client.? 172.21.15.186:0/2842689893' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2a985e8-1c62-40f9-83b0-8263fb2c2504"}]: dispatch 2024-02-22T19:07:54.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:53.567790+0000 mon.smithi012 (mon.0) 443 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2a985e8-1c62-40f9-83b0-8263fb2c2504"}]: dispatch 2024-02-22T19:07:54.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:53.573676+0000 mon.smithi012 (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2a985e8-1c62-40f9-83b0-8263fb2c2504"}]': finished 2024-02-22T19:07:54.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:53.573721+0000 mon.smithi012 (mon.0) 445 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-22T19:07:54.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:53.573812+0000 mon.smithi012 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:07:54.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:53.982231+0000 mon.smithi186 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.186:0/440006351' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:07:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:54.218070+0000 mgr.smithi012.uvcbek (mgr.14164) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:55.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:54.218070+0000 mgr.smithi012.uvcbek (mgr.14164) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:57.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:56.218401+0000 mgr.smithi012.uvcbek (mgr.14164) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:57.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:57.235834+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:57.625 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:56.218401+0000 mgr.smithi012.uvcbek (mgr.14164) 175 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:57.626 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:57.235834+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:58.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:07:57.485439+0000 mon.smithi012 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:58.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:07:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:07:58.218759+0000 mgr.smithi012.uvcbek (mgr.14164) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:07:58.857 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:07:57.485439+0000 mon.smithi012 (mon.0) 448 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:07:58.857 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:07:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:07:58.218759+0000 mgr.smithi012.uvcbek (mgr.14164) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:00.035648+0000 mon.smithi012 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-22T19:08:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:00.036579+0000 mon.smithi012 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:00.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:00.035648+0000 mon.smithi012 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-22T19:08:00.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:00.036579+0000 mon.smithi012 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:01.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:00.037256+0000 mgr.smithi012.uvcbek (mgr.14164) 177 : cephadm [INF] Deploying daemon osd.5 on smithi186 2024-02-22T19:08:01.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:00.219063+0000 mgr.smithi012.uvcbek (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:01.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:00.037256+0000 mgr.smithi012.uvcbek (mgr.14164) 177 : cephadm [INF] Deploying daemon osd.5 on smithi186 2024-02-22T19:08:01.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:00.219063+0000 mgr.smithi012.uvcbek (mgr.14164) 178 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:02.219440+0000 mgr.smithi012.uvcbek (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:02.889165+0000 mon.smithi012 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:08:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:02.889374+0000 mon.smithi012 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:08:03.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:02.219440+0000 mgr.smithi012.uvcbek (mgr.14164) 179 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:03.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:02.889165+0000 mon.smithi012 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:08:03.584 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:02.889374+0000 mon.smithi012 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:08:03.877 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 5 on host 'smithi186' 2024-02-22T19:08:04.597 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:03.863879+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:04.598 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:03.865752+0000 mon.smithi012 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:04.598 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:03.868681+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:04.598 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:03.868930+0000 mon.smithi012 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:04.598 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:03.873632+0000 mon.smithi012 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:03.863879+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:03.865752+0000 mon.smithi012 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:03.868681+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:03.868930+0000 mon.smithi012 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:03.873632+0000 mon.smithi012 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:04.619 DEBUG:teuthology.orchestra.run.smithi186:osd.5> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.5.service 2024-02-22T19:08:04.621 INFO:tasks.cephadm:Deploying osd.6 on smithi186 with /dev/vg_nvme/lv_2... 2024-02-22T19:08:04.621 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-22T19:08:04.654 INFO:journalctl@ceph.osd.5.smithi186.stdout:-- Logs begin at Thu 2024-02-22 18:43:10 UTC. -- 2024-02-22T19:08:05.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:04.219774+0000 mgr.smithi012.uvcbek (mgr.14164) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:05.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:04.219774+0000 mgr.smithi012.uvcbek (mgr.14164) 180 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:07.210 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-22T19:08:07.210 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-22T19:08:07.210 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-02-22T19:08:07.210 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-02-22T19:08:07.210 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120091 s, 873 MB/s 2024-02-22T19:08:07.210 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-02-22T19:08:07.219 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:08:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5[43781]: debug 2024-02-22T19:08:06.959+0000 7f841d0db080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-22T19:08:07.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:06.220172+0000 mgr.smithi012.uvcbek (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:07.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:06.963441+0000 mon.smithi186 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/1202357787,v1:172.21.15.186:6809/1202357787]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:08:07.283 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:06.963899+0000 mon.smithi012 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:08:07.612 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:06.220172+0000 mgr.smithi012.uvcbek (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:07.613 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:06.963441+0000 mon.smithi186 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/1202357787,v1:172.21.15.186:6809/1202357787]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:08:07.613 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:06.963899+0000 mon.smithi012 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:08:07.955 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi186:vg_nvme/lv_2 2024-02-22T19:08:08.575 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:08:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5[43781]: debug 2024-02-22T19:08:08.291+0000 7f841363e700 -1 osd.5 0 waiting for initial osdmap 2024-02-22T19:08:08.575 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:08:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5[43781]: debug 2024-02-22T19:08:08.298+0000 7f840f5b9700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-22T19:08:08.575 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:07.281401+0000 mon.smithi012 (mon.0) 459 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-22T19:08:08.575 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:07.281463+0000 mon.smithi012 (mon.0) 460 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-22T19:08:08.575 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:07.281820+0000 mon.smithi012 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:08.575 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:07.281949+0000 mon.smithi186 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/1202357787,v1:172.21.15.186:6809/1202357787]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:08.575 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:07.282206+0000 mon.smithi012 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:07.281401+0000 mon.smithi012 (mon.0) 459 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-22T19:08:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:07.281463+0000 mon.smithi012 (mon.0) 460 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-22T19:08:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:07.281820+0000 mon.smithi012 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:07.281949+0000 mon.smithi186 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/1202357787,v1:172.21.15.186:6809/1202357787]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:07.282206+0000 mon.smithi012 (mon.0) 462 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:08.220457+0000 mgr.smithi012.uvcbek (mgr.14164) 182 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:08.287749+0000 mon.smithi012 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:08:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:08.287833+0000 mon.smithi012 (mon.0) 464 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-22T19:08:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:08.288788+0000 mon.smithi012 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:08.292420+0000 mon.smithi012 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:09.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:08.324917+0000 mon.smithi012 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:09.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:08.694518+0000 mon.smithi012 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:09.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:09.286947+0000 mon.smithi012 (mon.0) 469 : cluster [INF] osd.5 [v2:172.21.15.186:6808/1202357787,v1:172.21.15.186:6809/1202357787] boot 2024-02-22T19:08:09.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:09.287009+0000 mon.smithi012 (mon.0) 470 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-22T19:08:09.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:09.287183+0000 mon.smithi012 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:08.220457+0000 mgr.smithi012.uvcbek (mgr.14164) 182 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:08.287749+0000 mon.smithi012 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:08.287833+0000 mon.smithi012 (mon.0) 464 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:08.288788+0000 mon.smithi012 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:08.292420+0000 mon.smithi012 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:08.324917+0000 mon.smithi012 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:08.694518+0000 mon.smithi012 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:09.286947+0000 mon.smithi012 (mon.0) 469 : cluster [INF] osd.5 [v2:172.21.15.186:6808/1202357787,v1:172.21.15.186:6809/1202357787] boot 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:09.287009+0000 mon.smithi012 (mon.0) 470 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-22T19:08:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:09.287183+0000 mon.smithi012 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:08:10.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:07.968407+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:08:10.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:07.968531+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:08:10.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:07.968407+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:08:10.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:07.968531+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:08:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:10.220877+0000 mgr.smithi012.uvcbek (mgr.14164) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:10.291567+0000 mon.smithi012 (mon.0) 472 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-22T19:08:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:10.579074+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:08:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:10.580805+0000 mon.smithi012 (mon.0) 474 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:08:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:10.581563+0000 mon.smithi012 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:11.292413+0000 mon.smithi012 (mon.0) 476 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-22T19:08:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:10.220877+0000 mgr.smithi012.uvcbek (mgr.14164) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:10.291567+0000 mon.smithi012 (mon.0) 472 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-22T19:08:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:10.579074+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:08:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:10.580805+0000 mon.smithi012 (mon.0) 474 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:08:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:10.581563+0000 mon.smithi012 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:11.292413+0000 mon.smithi012 (mon.0) 476 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-22T19:08:12.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:10.578186+0000 mgr.smithi012.uvcbek (mgr.14164) 184 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:08:12.632 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:10.578186+0000 mgr.smithi012.uvcbek (mgr.14164) 184 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:08:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:12.221225+0000 mgr.smithi012.uvcbek (mgr.14164) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:13.654 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:12.221225+0000 mgr.smithi012.uvcbek (mgr.14164) 185 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:14.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:13.374823+0000 mgr.smithi012.uvcbek (mgr.14164) 186 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:08:14.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.381436+0000 mon.smithi012 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:14.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.382412+0000 mon.smithi012 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:14.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.383283+0000 mon.smithi012 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:14.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:13.383902+0000 mgr.smithi012.uvcbek (mgr.14164) 187 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 7985M 2024-02-22T19:08:14.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.387596+0000 mon.smithi012 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:14.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.391129+0000 mon.smithi012 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:14.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.394972+0000 mon.smithi012 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:14.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.396188+0000 mon.smithi012 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:14.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:13.396933+0000 mon.smithi012 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:13.374823+0000 mgr.smithi012.uvcbek (mgr.14164) 186 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.381436+0000 mon.smithi012 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.382412+0000 mon.smithi012 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.383283+0000 mon.smithi012 (mon.0) 479 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:13.383902+0000 mgr.smithi012.uvcbek (mgr.14164) 187 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 7985M 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.387596+0000 mon.smithi012 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.391129+0000 mon.smithi012 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:14.770 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.394972+0000 mon.smithi012 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:14.771 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.396188+0000 mon.smithi012 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:14.771 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:13.396933+0000 mon.smithi012 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:14.221649+0000 mgr.smithi012.uvcbek (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-22T19:08:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:14.403780+0000 mon.smithi186 (mon.1) 10 : audit [INF] from='client.? 172.21.15.186:0/2033726920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91eb3342-f982-48c9-acfe-8669aec9ecf9"}]: dispatch 2024-02-22T19:08:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:14.404207+0000 mon.smithi012 (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91eb3342-f982-48c9-acfe-8669aec9ecf9"}]: dispatch 2024-02-22T19:08:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:14.413073+0000 mon.smithi012 (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "91eb3342-f982-48c9-acfe-8669aec9ecf9"}]': finished 2024-02-22T19:08:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:14.413129+0000 mon.smithi012 (mon.0) 487 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-22T19:08:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:14.413248+0000 mon.smithi012 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:14.829393+0000 mon.smithi186 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.186:0/3404429770' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:08:15.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:14.221649+0000 mgr.smithi012.uvcbek (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-22T19:08:15.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:14.403780+0000 mon.smithi186 (mon.1) 10 : audit [INF] from='client.? 172.21.15.186:0/2033726920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91eb3342-f982-48c9-acfe-8669aec9ecf9"}]: dispatch 2024-02-22T19:08:15.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:14.404207+0000 mon.smithi012 (mon.0) 485 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91eb3342-f982-48c9-acfe-8669aec9ecf9"}]: dispatch 2024-02-22T19:08:15.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:14.413073+0000 mon.smithi012 (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "91eb3342-f982-48c9-acfe-8669aec9ecf9"}]': finished 2024-02-22T19:08:15.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:14.413129+0000 mon.smithi012 (mon.0) 487 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-22T19:08:15.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:14.413248+0000 mon.smithi012 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:15.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:14.829393+0000 mon.smithi186 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.186:0/3404429770' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:08:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:16.222034+0000 mgr.smithi012.uvcbek (mgr.14164) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:16.222034+0000 mgr.smithi012.uvcbek (mgr.14164) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:19.095 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:17.794275+0000 mon.smithi012 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:19.095 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:17.797208+0000 mon.smithi012 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:19.095 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:18.222411+0000 mgr.smithi012.uvcbek (mgr.14164) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:17.794275+0000 mon.smithi012 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:17.797208+0000 mon.smithi012 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:18.222411+0000 mgr.smithi012.uvcbek (mgr.14164) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:21.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:20.222791+0000 mgr.smithi012.uvcbek (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:21.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:20.378434+0000 mon.smithi012 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-22T19:08:21.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:20.379305+0000 mon.smithi012 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:21.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:20.379990+0000 mgr.smithi012.uvcbek (mgr.14164) 192 : cephadm [INF] Deploying daemon osd.6 on smithi186 2024-02-22T19:08:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:20.222791+0000 mgr.smithi012.uvcbek (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:20.378434+0000 mon.smithi012 (mon.0) 491 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-22T19:08:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:20.379305+0000 mon.smithi012 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:20.379990+0000 mgr.smithi012.uvcbek (mgr.14164) 192 : cephadm [INF] Deploying daemon osd.6 on smithi186 2024-02-22T19:08:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:22.223280+0000 mgr.smithi012.uvcbek (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-22T19:08:23.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:22.223280+0000 mgr.smithi012.uvcbek (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-22T19:08:24.081 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 6 on host 'smithi186' 2024-02-22T19:08:24.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:24.069431+0000 mon.smithi012 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:24.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:24.071439+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:24.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:24.073878+0000 mon.smithi012 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:24.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:24.075871+0000 mon.smithi012 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:24.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:24.078614+0000 mon.smithi012 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:24.069431+0000 mon.smithi012 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:24.071439+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:24.073878+0000 mon.smithi012 (mon.0) 495 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:24.075871+0000 mon.smithi012 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:24.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:24.078614+0000 mon.smithi012 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:24.763 DEBUG:teuthology.orchestra.run.smithi186:osd.6> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.6.service 2024-02-22T19:08:24.765 INFO:tasks.cephadm:Deploying osd.7 on smithi186 with /dev/vg_nvme/lv_1... 2024-02-22T19:08:24.765 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-22T19:08:24.796 INFO:journalctl@ceph.osd.6.smithi186.stdout:-- Logs begin at Thu 2024-02-22 18:43:10 UTC. -- 2024-02-22T19:08:25.586 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:24.223614+0000 mgr.smithi012.uvcbek (mgr.14164) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:25.610 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:24.223614+0000 mgr.smithi012.uvcbek (mgr.14164) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:27.429 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:08:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6[46646]: debug 2024-02-22T19:08:27.130+0000 7f5ba5b54080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-22T19:08:27.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:26.223925+0000 mgr.smithi012.uvcbek (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:27.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:27.134679+0000 mon.smithi186 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/3079771253,v1:172.21.15.186:6817/3079771253]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:08:27.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:27.135083+0000 mon.smithi012 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:08:27.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:26.223925+0000 mgr.smithi012.uvcbek (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:27.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:27.134679+0000 mon.smithi186 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/3079771253,v1:172.21.15.186:6817/3079771253]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:08:27.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:27.135083+0000 mon.smithi012 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:08:27.610 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-22T19:08:27.610 INFO:teuthology.orchestra.run.smithi186.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-22T19:08:27.610 INFO:teuthology.orchestra.run.smithi186.stderr: stderr: 10+0 records in 2024-02-22T19:08:27.610 INFO:teuthology.orchestra.run.smithi186.stderr:10+0 records out 2024-02-22T19:08:27.610 INFO:teuthology.orchestra.run.smithi186.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127785 s, 821 MB/s 2024-02-22T19:08:27.610 INFO:teuthology.orchestra.run.smithi186.stderr:--> Zapping successful for: 2024-02-22T19:08:28.300 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:27.291608+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-22T19:08:28.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:27.291655+0000 mon.smithi012 (mon.0) 500 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-22T19:08:28.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:27.291752+0000 mon.smithi012 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:28.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:27.293739+0000 mon.smithi186 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/3079771253,v1:172.21.15.186:6817/3079771253]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:28.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:27.294189+0000 mon.smithi012 (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=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:28.679 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:08:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6[46646]: debug 2024-02-22T19:08:28.303+0000 7f5b9c0b7700 -1 osd.6 0 waiting for initial osdmap 2024-02-22T19:08:28.679 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:08:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6[46646]: debug 2024-02-22T19:08:28.309+0000 7f5b9602e700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-22T19:08:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:27.291608+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-22T19:08:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:27.291655+0000 mon.smithi012 (mon.0) 500 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-22T19:08:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:27.291752+0000 mon.smithi012 (mon.0) 501 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:27.293739+0000 mon.smithi186 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/3079771253,v1:172.21.15.186:6817/3079771253]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:28.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:27.294189+0000 mon.smithi012 (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=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:28.845 DEBUG:teuthology.orchestra.run.smithi186:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch daemon add osd smithi186:vg_nvme/lv_1 2024-02-22T19:08:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:28.224316+0000 mgr.smithi012.uvcbek (mgr.14164) 196 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:28.293593+0000 mon.smithi012 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:08:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:28.293695+0000 mon.smithi012 (mon.0) 504 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-22T19:08:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:28.294047+0000 mon.smithi012 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:28.302942+0000 mon.smithi012 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:28.635841+0000 mon.smithi012 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:28.930598+0000 mon.smithi012 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:29.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:28.224316+0000 mgr.smithi012.uvcbek (mgr.14164) 196 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:29.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:28.293593+0000 mon.smithi012 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:08:29.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:28.293695+0000 mon.smithi012 (mon.0) 504 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-22T19:08:29.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:28.294047+0000 mon.smithi012 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:29.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:28.302942+0000 mon.smithi012 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:29.673 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:28.635841+0000 mon.smithi012 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:29.673 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:28.930598+0000 mon.smithi012 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:28.171207+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:08:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:28.171296+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:08:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:29.305550+0000 mon.smithi012 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:29.309195+0000 mon.smithi012 (mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.186:6816/3079771253,v1:172.21.15.186:6817/3079771253] boot 2024-02-22T19:08:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:29.309263+0000 mon.smithi012 (mon.0) 511 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-22T19:08:30.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:29.309415+0000 mon.smithi012 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:30.603 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:28.171207+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:08:30.603 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:28.171296+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:08:30.603 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:29.305550+0000 mon.smithi012 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:30.603 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:29.309195+0000 mon.smithi012 (mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.186:6816/3079771253,v1:172.21.15.186:6817/3079771253] boot 2024-02-22T19:08:30.603 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:29.309263+0000 mon.smithi012 (mon.0) 511 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-22T19:08:30.603 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:29.309415+0000 mon.smithi012 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:08:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:30.224692+0000 mgr.smithi012.uvcbek (mgr.14164) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:30.315633+0000 mon.smithi012 (mon.0) 513 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-22T19:08:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:30.224692+0000 mgr.smithi012.uvcbek (mgr.14164) 197 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-22T19:08:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:30.315633+0000 mon.smithi012 (mon.0) 513 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-22T19:08:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:31.322006+0000 mon.smithi012 (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-22T19:08:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:31.711442+0000 mon.smithi012 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:08:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:31.713106+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:08:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:31.713856+0000 mon.smithi012 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:32.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:31.322006+0000 mon.smithi012 (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-22T19:08:32.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:31.711442+0000 mon.smithi012 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-22T19:08:32.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:31.713106+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-22T19:08:32.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:31.713856+0000 mon.smithi012 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:33.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:31.710498+0000 mgr.smithi012.uvcbek (mgr.14164) 198 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:08:33.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:32.225214+0000 mgr.smithi012.uvcbek (mgr.14164) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:31.710498+0000 mgr.smithi012.uvcbek (mgr.14164) 198 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi186:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:08:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:32.225214+0000 mgr.smithi012.uvcbek (mgr.14164) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:35.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:34.225694+0000 mgr.smithi012.uvcbek (mgr.14164) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.723254+0000 mon.smithi012 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.724251+0000 mon.smithi012 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.725071+0000 mon.smithi012 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.725801+0000 mon.smithi012 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.730245+0000 mon.smithi012 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.734003+0000 mon.smithi012 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.737866+0000 mon.smithi012 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.738950+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.739656+0000 mon.smithi012 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:34.743617+0000 mon.smithi012 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:34.225694+0000 mgr.smithi012.uvcbek (mgr.14164) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.723254+0000 mon.smithi012 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.724251+0000 mon.smithi012 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.725071+0000 mon.smithi012 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.725801+0000 mon.smithi012 (mon.0) 521 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.730245+0000 mon.smithi012 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:35.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.734003+0000 mon.smithi012 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:35.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.737866+0000 mon.smithi012 (mon.0) 524 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:35.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.738950+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:35.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.739656+0000 mon.smithi012 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:35.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:34.743617+0000 mon.smithi012 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:34.718114+0000 mgr.smithi012.uvcbek (mgr.14164) 201 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:08:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:34.726355+0000 mgr.smithi012.uvcbek (mgr.14164) 202 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 5323M 2024-02-22T19:08:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:35.429011+0000 mon.smithi186 (mon.1) 14 : audit [INF] from='client.? 172.21.15.186:0/1153651068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b9bfcde-4308-486f-af89-58daafc44729"}]: dispatch 2024-02-22T19:08:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:35.429669+0000 mon.smithi012 (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b9bfcde-4308-486f-af89-58daafc44729"}]: dispatch 2024-02-22T19:08:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:35.436403+0000 mon.smithi012 (mon.0) 529 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b9bfcde-4308-486f-af89-58daafc44729"}]': finished 2024-02-22T19:08:36.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:35.436462+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-22T19:08:36.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:35.436573+0000 mon.smithi012 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:36.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:35.850243+0000 mon.smithi186 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.186:0/1252864086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:34.718114+0000 mgr.smithi012.uvcbek (mgr.14164) 201 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:34.726355+0000 mgr.smithi012.uvcbek (mgr.14164) 202 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 5323M 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:35.429011+0000 mon.smithi186 (mon.1) 14 : audit [INF] from='client.? 172.21.15.186:0/1153651068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b9bfcde-4308-486f-af89-58daafc44729"}]: dispatch 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:35.429669+0000 mon.smithi012 (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b9bfcde-4308-486f-af89-58daafc44729"}]: dispatch 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:35.436403+0000 mon.smithi012 (mon.0) 529 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b9bfcde-4308-486f-af89-58daafc44729"}]': finished 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:35.436462+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:35.436573+0000 mon.smithi012 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:35.850243+0000 mon.smithi186 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.186:0/1252864086' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-22T19:08:37.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:36.226061+0000 mgr.smithi012.uvcbek (mgr.14164) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:36.226061+0000 mgr.smithi012.uvcbek (mgr.14164) 203 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:38.226596+0000 mgr.smithi012.uvcbek (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:39.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:38.226596+0000 mgr.smithi012.uvcbek (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:40.227157+0000 mgr.smithi012.uvcbek (mgr.14164) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:41.614 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:40.227157+0000 mgr.smithi012.uvcbek (mgr.14164) 205 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:42.378 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:41.635751+0000 mon.smithi012 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-22T19:08:42.378 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:41.636561+0000 mon.smithi012 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:42.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:41.635751+0000 mon.smithi012 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-22T19:08:42.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:41.636561+0000 mon.smithi012 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:41.637191+0000 mgr.smithi012.uvcbek (mgr.14164) 206 : cephadm [INF] Deploying daemon osd.7 on smithi186 2024-02-22T19:08:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:42.227575+0000 mgr.smithi012.uvcbek (mgr.14164) 207 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:43.506 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:41.637191+0000 mgr.smithi012.uvcbek (mgr.14164) 206 : cephadm [INF] Deploying daemon osd.7 on smithi186 2024-02-22T19:08:43.507 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:42.227575+0000 mgr.smithi012.uvcbek (mgr.14164) 207 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:45.286 INFO:teuthology.orchestra.run.smithi186.stdout:Created osd(s) 7 on host 'smithi186' 2024-02-22T19:08:45.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:44.227998+0000 mgr.smithi012.uvcbek (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-22T19:08:45.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:45.273620+0000 mon.smithi012 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:45.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:45.275500+0000 mon.smithi012 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:45.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:45.277987+0000 mon.smithi012 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:45.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:45.280259+0000 mon.smithi012 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:45.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:45.282902+0000 mon.smithi012 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:44.227998+0000 mgr.smithi012.uvcbek (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-22T19:08:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:45.273620+0000 mon.smithi012 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:45.275500+0000 mon.smithi012 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:45.277987+0000 mon.smithi012 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:45.280259+0000 mon.smithi012 (mon.0) 537 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:45.282902+0000 mon.smithi012 (mon.0) 538 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:46.035 DEBUG:teuthology.orchestra.run.smithi186:osd.7> sudo journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.7.service 2024-02-22T19:08:46.038 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-22T19:08:46.038 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd stat -f json 2024-02-22T19:08:46.067 INFO:journalctl@ceph.osd.7.smithi186.stdout:-- Logs begin at Thu 2024-02-22 18:43:10 UTC. -- 2024-02-22T19:08:47.585 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:46.228276+0000 mgr.smithi012.uvcbek (mgr.14164) 209 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:46.228276+0000 mgr.smithi012.uvcbek (mgr.14164) 209 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:48.237 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:08:48.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:08:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7[49536]: debug 2024-02-22T19:08:48.423+0000 7f5188f0c080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-22T19:08:48.947 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1708628909,"num_in_osds":8,"osd_in_since":1708628915,"num_remapped_pgs":0} 2024-02-22T19:08:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:47.962361+0000 mon.smithi012 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:48.228566+0000 mgr.smithi012.uvcbek (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:48.236568+0000 mon.smithi012 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.12:0/164189952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-22T19:08:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:48.427985+0000 mon.smithi186 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/2765168091,v1:172.21.15.186:6825/2765168091]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:08:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:48.428407+0000 mon.smithi012 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:08:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:47.962361+0000 mon.smithi012 (mon.0) 539 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:48.228566+0000 mgr.smithi012.uvcbek (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:48.236568+0000 mon.smithi012 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.12:0/164189952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-22T19:08:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:48.427985+0000 mon.smithi186 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/2765168091,v1:172.21.15.186:6825/2765168091]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:08:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:48.428407+0000 mon.smithi012 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:08:49.948 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd stat -f json 2024-02-22T19:08:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:48.967582+0000 mon.smithi012 (mon.0) 542 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-22T19:08:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:48.967654+0000 mon.smithi012 (mon.0) 543 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-22T19:08:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:48.967916+0000 mon.smithi012 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:48.968175+0000 mon.smithi186 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/2765168091,v1:172.21.15.186:6825/2765168091]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:48.968497+0000 mon.smithi012 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:50.429 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:08:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7[49536]: debug 2024-02-22T19:08:49.976+0000 7f5180c72700 -1 osd.7 0 waiting for initial osdmap 2024-02-22T19:08:50.429 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:08:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7[49536]: debug 2024-02-22T19:08:49.985+0000 7f5177be3700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-22T19:08:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:48.967582+0000 mon.smithi012 (mon.0) 542 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-22T19:08:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:48.967654+0000 mon.smithi012 (mon.0) 543 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-22T19:08:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:48.967916+0000 mon.smithi012 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:48.968175+0000 mon.smithi186 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/2765168091,v1:172.21.15.186:6825/2765168091]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:48.968497+0000 mon.smithi012 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:08:51.229 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:49.968803+0000 mon.smithi012 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:08:51.230 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:49.968869+0000 mon.smithi012 (mon.0) 547 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-22T19:08:51.230 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:49.976234+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:51.230 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:50.229059+0000 mgr.smithi012.uvcbek (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:51.315 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:49.968803+0000 mon.smithi012 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2024-02-22T19:08:51.315 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:49.968869+0000 mon.smithi012 (mon.0) 547 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-22T19:08:51.315 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:49.976234+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:51.315 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:50.229059+0000 mgr.smithi012.uvcbek (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-22T19:08:51.998 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:08:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:49.385426+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:08:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:49.385530+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:08:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:50.976104+0000 mon.smithi012 (mon.0) 549 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:50.980303+0000 mon.smithi012 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.186:6824/2765168091,v1:172.21.15.186:6825/2765168091] boot 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:50.980354+0000 mon.smithi012 (mon.0) 551 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:50.980632+0000 mon.smithi012 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.454083+0000 mon.smithi012 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.455019+0000 mon.smithi012 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.455812+0000 mon.smithi012 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.456581+0000 mon.smithi012 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.457314+0000 mon.smithi012 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.463581+0000 mon.smithi012 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.469121+0000 mon.smithi012 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.472589+0000 mon.smithi012 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.473530+0000 mon.smithi012 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.474281+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.480680+0000 mon.smithi012 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:49.385426+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:49.385530+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:50.976104+0000 mon.smithi012 (mon.0) 549 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:50.980303+0000 mon.smithi012 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.186:6824/2765168091,v1:172.21.15.186:6825/2765168091] boot 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:50.980354+0000 mon.smithi012 (mon.0) 551 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:50.980632+0000 mon.smithi012 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.454083+0000 mon.smithi012 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.455019+0000 mon.smithi012 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.455812+0000 mon.smithi012 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.456581+0000 mon.smithi012 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.457314+0000 mon.smithi012 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:08:52.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.463581+0000 mon.smithi012 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.469121+0000 mon.smithi012 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.472589+0000 mon.smithi012 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:08:52.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.473530+0000 mon.smithi012 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:08:52.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.474281+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:08:52.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.480680+0000 mon.smithi012 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:08:52.745 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1708628930,"num_in_osds":8,"osd_in_since":1708628915,"num_remapped_pgs":0} 2024-02-22T19:08:52.746 INFO:tasks.cephadm:Setting up client nodes... 2024-02-22T19:08:52.746 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-22T19:08:53.246 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:51.449632+0000 mgr.smithi012.uvcbek (mgr.14164) 212 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:08:53.246 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:08:51.457782+0000 mgr.smithi012.uvcbek (mgr.14164) 213 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 3992M 2024-02-22T19:08:53.246 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:51.984487+0000 mon.smithi012 (mon.0) 564 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-22T19:08:53.246 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:51.997415+0000 mon.smithi012 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.12:0/1920274667' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-22T19:08:53.246 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:52.229476+0000 mgr.smithi012.uvcbek (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:08:53.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:51.449632+0000 mgr.smithi012.uvcbek (mgr.14164) 212 : cephadm [INF] Detected new or changed devices on smithi186 2024-02-22T19:08:53.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:08:51.457782+0000 mgr.smithi012.uvcbek (mgr.14164) 213 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 3992M 2024-02-22T19:08:53.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:51.984487+0000 mon.smithi012 (mon.0) 564 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-22T19:08:53.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:51.997415+0000 mon.smithi012 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.12:0/1920274667' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-22T19:08:53.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:52.229476+0000 mgr.smithi012.uvcbek (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:08:54.977 INFO:teuthology.orchestra.run.smithi012.stdout:[client.0] 2024-02-22T19:08:54.977 INFO:teuthology.orchestra.run.smithi012.stdout: key = AQDGm9dlmmoFOhAAIpUDeAI/DKpEJb1lkbe5BQ== 2024-02-22T19:08:55.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:54.229827+0000 mgr.smithi012.uvcbek (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:08:55.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:54.973231+0000 mon.smithi012 (mon.0) 566 : audit [INF] from='client.? 172.21.15.12:0/3627342343' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-22T19:08:55.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:54.976460+0000 mon.smithi012 (mon.0) 567 : audit [INF] from='client.? 172.21.15.12:0/3627342343' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-22T19:08:55.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:54.229827+0000 mgr.smithi012.uvcbek (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:08:55.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:54.973231+0000 mon.smithi012 (mon.0) 566 : audit [INF] from='client.? 172.21.15.12:0/3627342343' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-22T19:08:55.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:54.976460+0000 mon.smithi012 (mon.0) 567 : audit [INF] from='client.? 172.21.15.12:0/3627342343' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-22T19:08:55.739 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-02-22T19:08:55.739 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-22T19:08:55.739 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-22T19:08:55.784 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd dump --format=json 2024-02-22T19:08:56.059 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:08:57.560 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:56.230307+0000 mgr.smithi012.uvcbek (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:08:57.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:56.230307+0000 mgr.smithi012.uvcbek (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:08:57.915 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:08:57.916 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":50,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","created":"2024-02-22T19:02:57.506009+0000","modified":"2024-02-22T19:08:51.976795+0000","last_up_change":"2024-02-22T19:08:50.973099+0000","last_in_change":"2024-02-22T19:08:35.430374+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-22T19:07:07.804879+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":"cbffe1e5-8271-44f9-a45f-3d7acd8642f9","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.12:6802","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6803","nonce":1194345811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6805","nonce":1194345811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6809","nonce":1194345811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6807","nonce":1194345811}]},"public_addr":"172.21.15.12:6803/1194345811","cluster_addr":"172.21.15.12:6805/1194345811","heartbeat_back_addr":"172.21.15.12:6809/1194345811","heartbeat_front_addr":"172.21.15.12:6807/1194345811","state":["exists","up"]},{"osd":1,"uuid":"29b84b60-470d-4a44-aa3c-9363b4149cea","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.12:6810","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6811","nonce":1397425977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6813","nonce":1397425977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6817","nonce":1397425977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6815","nonce":1397425977}]},"public_addr":"172.21.15.12:6811/1397425977","cluster_addr":"172.21.15.12:6813/1397425977","heartbeat_back_addr":"172.21.15.12:6817/1397425977","heartbeat_front_addr":"172.21.15.12:6815/1397425977","state":["exists","up"]},{"osd":2,"uuid":"de7a3f6e-4533-41ff-bbcc-c6db0573fe4f","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.12:6818","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6819","nonce":2049649585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6821","nonce":2049649585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6825","nonce":2049649585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6823","nonce":2049649585}]},"public_addr":"172.21.15.12:6819/2049649585","cluster_addr":"172.21.15.12:6821/2049649585","heartbeat_back_addr":"172.21.15.12:6825/2049649585","heartbeat_front_addr":"172.21.15.12:6823/2049649585","state":["exists","up"]},{"osd":3,"uuid":"9cf27f2a-706b-4c77-9a8c-5d2e3d4936a6","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.12:6826","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6827","nonce":3815778589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6829","nonce":3815778589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6833","nonce":3815778589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6831","nonce":3815778589}]},"public_addr":"172.21.15.12:6827/3815778589","cluster_addr":"172.21.15.12:6829/3815778589","heartbeat_back_addr":"172.21.15.12:6833/3815778589","heartbeat_front_addr":"172.21.15.12:6831/3815778589","state":["exists","up"]},{"osd":4,"uuid":"7d9cf466-49ce-440c-b658-f203a89ef2be","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.186:6800","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6801","nonce":2474465344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6803","nonce":2474465344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6807","nonce":2474465344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6805","nonce":2474465344}]},"public_addr":"172.21.15.186:6801/2474465344","cluster_addr":"172.21.15.186:6803/2474465344","heartbeat_back_addr":"172.21.15.186:6807/2474465344","heartbeat_front_addr":"172.21.15.186:6805/2474465344","state":["exists","up"]},{"osd":5,"uuid":"e2a985e8-1c62-40f9-83b0-8263fb2c2504","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.186:6808","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6809","nonce":1202357787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6811","nonce":1202357787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6815","nonce":1202357787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6813","nonce":1202357787}]},"public_addr":"172.21.15.186:6809/1202357787","cluster_addr":"172.21.15.186:6811/1202357787","heartbeat_back_addr":"172.21.15.186:6815/1202357787","heartbeat_front_addr":"172.21.15.186:6813/1202357787","state":["exists","up"]},{"osd":6,"uuid":"91eb3342-f982-48c9-acfe-8669aec9ecf9","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.186:6816","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6817","nonce":3079771253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6818","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6819","nonce":3079771253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6822","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6823","nonce":3079771253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6820","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6821","nonce":3079771253}]},"public_addr":"172.21.15.186:6817/3079771253","cluster_addr":"172.21.15.186:6819/3079771253","heartbeat_back_addr":"172.21.15.186:6823/3079771253","heartbeat_front_addr":"172.21.15.186:6821/3079771253","state":["exists","up"]},{"osd":7,"uuid":"6b9bfcde-4308-486f-af89-58daafc44729","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6824","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6825","nonce":2765168091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6826","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6827","nonce":2765168091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6830","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6831","nonce":2765168091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6828","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6829","nonce":2765168091}]},"public_addr":"172.21.15.186:6825/2765168091","cluster_addr":"172.21.15.186:6827/2765168091","heartbeat_back_addr":"172.21.15.186:6831/2765168091","heartbeat_front_addr":"172.21.15.186:6829/2765168091","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-22T19:06:19.582912+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-22T19:06:43.958652+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-22T19:07:06.019257+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-22T19:07:29.100957+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-22T19:07:46.877345+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-22T19:08:07.968534+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-22T19:08:28.171298+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-22T19:08:49.385532+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:0/3512611750":"2024-02-23T19:04:02.679587+0000","172.21.15.12:0/2728209023":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6801/1371683165":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6800/2989460873":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/3245802839":"2024-02-23T19:03:47.547530+0000","172.21.15.12:6800/1371683165":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6801/2989460873":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/2286800145":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/981794819":"2024-02-23T19:03:22.550272+0000","172.21.15.12:0/112736847":"2024-02-23T19:03:22.550272+0000","172.21.15.12:6800/2068087":"2024-02-23T19:03:22.550272+0000","172.21.15.12:6801/2068087":"2024-02-23T19:03:22.550272+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-22T19:08:58.676 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-22T19:07:07.804879+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-22T19:08:58.677 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-22T19:08:58.915 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:08:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:08:57.914373+0000 mon.smithi012 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.12:0/585432753' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-22T19:08:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:08:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:08:58.230688+0000 mgr.smithi012.uvcbek (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-22T19:08:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:08:57.914373+0000 mon.smithi012 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.12:0/585432753' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-22T19:08:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:08:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:08:58.230688+0000 mgr.smithi012.uvcbek (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-22T19:09:00.659 INFO:teuthology.orchestra.run.smithi012.stdout:pg_num: 1 2024-02-22T19:09:01.198 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-22T19:09:01.198 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-22T19:09:01.198 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph mgr dump --format=json 2024-02-22T19:09:01.435 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:01.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:00.231012+0000 mgr.smithi012.uvcbek (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-22T19:09:01.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:00.659180+0000 mon.smithi012 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.12:0/2354552004' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-22T19:09:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:00.231012+0000 mgr.smithi012.uvcbek (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-22T19:09:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:00.659180+0000 mon.smithi012 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.12:0/2354552004' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-22T19:09:03.254 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:09:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:02.231531+0000 mgr.smithi012.uvcbek (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-22T19:09:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:02.892261+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:09:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:02.892720+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:09:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:03.249211+0000 mon.smithi012 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.12:0/4200236241' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-22T19:09:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:02.231531+0000 mgr.smithi012.uvcbek (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-22T19:09:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:02.892261+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:09:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:02.892720+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:09:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:03.249211+0000 mon.smithi012 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.12:0/4200236241' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-22T19:09:03.810 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi012.uvcbek","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6800","nonce":2787682587},{"type":"v1","addr":"172.21.15.12:6801","nonce":2787682587}]},"active_addr":"172.21.15.12:6801/2787682587","active_change":"2024-02-22T19:04:02.679879+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14206,"name":"smithi186.dmnwef","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.12:8443/","prometheus":"http://172.21.15.12: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.12:0","nonce":2296324913}]},{"addrvec":[{"type":"v2","addr":"172.21.15.12:0","nonce":656724127}]}]}} 2024-02-22T19:09:03.813 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-22T19:09:03.813 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-22T19:09:03.813 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd dump --format=json 2024-02-22T19:09:04.047 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:05.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:04.231972+0000 mgr.smithi012.uvcbek (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-22T19:09:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:04.231972+0000 mgr.smithi012.uvcbek (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-22T19:09:06.136 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:09:06.136 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":50,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","created":"2024-02-22T19:02:57.506009+0000","modified":"2024-02-22T19:08:51.976795+0000","last_up_change":"2024-02-22T19:08:50.973099+0000","last_in_change":"2024-02-22T19:08:35.430374+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-22T19:07:07.804879+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":"cbffe1e5-8271-44f9-a45f-3d7acd8642f9","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.12:6802","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6803","nonce":1194345811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6805","nonce":1194345811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6809","nonce":1194345811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6807","nonce":1194345811}]},"public_addr":"172.21.15.12:6803/1194345811","cluster_addr":"172.21.15.12:6805/1194345811","heartbeat_back_addr":"172.21.15.12:6809/1194345811","heartbeat_front_addr":"172.21.15.12:6807/1194345811","state":["exists","up"]},{"osd":1,"uuid":"29b84b60-470d-4a44-aa3c-9363b4149cea","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.12:6810","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6811","nonce":1397425977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6813","nonce":1397425977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6817","nonce":1397425977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6815","nonce":1397425977}]},"public_addr":"172.21.15.12:6811/1397425977","cluster_addr":"172.21.15.12:6813/1397425977","heartbeat_back_addr":"172.21.15.12:6817/1397425977","heartbeat_front_addr":"172.21.15.12:6815/1397425977","state":["exists","up"]},{"osd":2,"uuid":"de7a3f6e-4533-41ff-bbcc-c6db0573fe4f","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.12:6818","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6819","nonce":2049649585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6821","nonce":2049649585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6825","nonce":2049649585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6823","nonce":2049649585}]},"public_addr":"172.21.15.12:6819/2049649585","cluster_addr":"172.21.15.12:6821/2049649585","heartbeat_back_addr":"172.21.15.12:6825/2049649585","heartbeat_front_addr":"172.21.15.12:6823/2049649585","state":["exists","up"]},{"osd":3,"uuid":"9cf27f2a-706b-4c77-9a8c-5d2e3d4936a6","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.12:6826","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6827","nonce":3815778589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6829","nonce":3815778589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6833","nonce":3815778589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6831","nonce":3815778589}]},"public_addr":"172.21.15.12:6827/3815778589","cluster_addr":"172.21.15.12:6829/3815778589","heartbeat_back_addr":"172.21.15.12:6833/3815778589","heartbeat_front_addr":"172.21.15.12:6831/3815778589","state":["exists","up"]},{"osd":4,"uuid":"7d9cf466-49ce-440c-b658-f203a89ef2be","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.186:6800","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6801","nonce":2474465344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6803","nonce":2474465344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6807","nonce":2474465344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6805","nonce":2474465344}]},"public_addr":"172.21.15.186:6801/2474465344","cluster_addr":"172.21.15.186:6803/2474465344","heartbeat_back_addr":"172.21.15.186:6807/2474465344","heartbeat_front_addr":"172.21.15.186:6805/2474465344","state":["exists","up"]},{"osd":5,"uuid":"e2a985e8-1c62-40f9-83b0-8263fb2c2504","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.186:6808","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6809","nonce":1202357787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6811","nonce":1202357787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6815","nonce":1202357787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6813","nonce":1202357787}]},"public_addr":"172.21.15.186:6809/1202357787","cluster_addr":"172.21.15.186:6811/1202357787","heartbeat_back_addr":"172.21.15.186:6815/1202357787","heartbeat_front_addr":"172.21.15.186:6813/1202357787","state":["exists","up"]},{"osd":6,"uuid":"91eb3342-f982-48c9-acfe-8669aec9ecf9","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.186:6816","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6817","nonce":3079771253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6818","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6819","nonce":3079771253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6822","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6823","nonce":3079771253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6820","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6821","nonce":3079771253}]},"public_addr":"172.21.15.186:6817/3079771253","cluster_addr":"172.21.15.186:6819/3079771253","heartbeat_back_addr":"172.21.15.186:6823/3079771253","heartbeat_front_addr":"172.21.15.186:6821/3079771253","state":["exists","up"]},{"osd":7,"uuid":"6b9bfcde-4308-486f-af89-58daafc44729","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6824","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6825","nonce":2765168091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6826","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6827","nonce":2765168091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6830","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6831","nonce":2765168091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6828","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6829","nonce":2765168091}]},"public_addr":"172.21.15.186:6825/2765168091","cluster_addr":"172.21.15.186:6827/2765168091","heartbeat_back_addr":"172.21.15.186:6831/2765168091","heartbeat_front_addr":"172.21.15.186:6829/2765168091","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-22T19:06:19.582912+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-22T19:06:43.958652+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-22T19:07:06.019257+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-22T19:07:29.100957+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-22T19:07:46.877345+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-22T19:08:07.968534+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-22T19:08:28.171298+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-22T19:08:49.385532+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:0/3512611750":"2024-02-23T19:04:02.679587+0000","172.21.15.12:0/2728209023":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6801/1371683165":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6800/2989460873":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/3245802839":"2024-02-23T19:03:47.547530+0000","172.21.15.12:6800/1371683165":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6801/2989460873":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/2286800145":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/981794819":"2024-02-23T19:03:22.550272+0000","172.21.15.12:0/112736847":"2024-02-23T19:03:22.550272+0000","172.21.15.12:6800/2068087":"2024-02-23T19:03:22.550272+0000","172.21.15.12:6801/2068087":"2024-02-23T19:03:22.550272+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-22T19:09:06.474 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:06.134786+0000 mon.smithi012 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.12:0/1822914051' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-22T19:09:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:06.134786+0000 mon.smithi012 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.12:0/1822914051' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-22T19:09:06.879 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-22T19:09:06.879 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd dump --format=json 2024-02-22T19:09:07.123 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:07.570 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:06.232449+0000 mgr.smithi012.uvcbek (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-22T19:09:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:06.232449+0000 mgr.smithi012.uvcbek (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-22T19:09:09.054 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:09:09.055 INFO:teuthology.orchestra.run.smithi012.stdout:{"epoch":50,"fsid":"e9b66754-d1b4-11ee-95bf-87774f69a715","created":"2024-02-22T19:02:57.506009+0000","modified":"2024-02-22T19:08:51.976795+0000","last_up_change":"2024-02-22T19:08:50.973099+0000","last_in_change":"2024-02-22T19:08:35.430374+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-22T19:07:07.804879+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":"cbffe1e5-8271-44f9-a45f-3d7acd8642f9","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.12:6802","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6803","nonce":1194345811}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6804","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6805","nonce":1194345811}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6808","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6809","nonce":1194345811}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6806","nonce":1194345811},{"type":"v1","addr":"172.21.15.12:6807","nonce":1194345811}]},"public_addr":"172.21.15.12:6803/1194345811","cluster_addr":"172.21.15.12:6805/1194345811","heartbeat_back_addr":"172.21.15.12:6809/1194345811","heartbeat_front_addr":"172.21.15.12:6807/1194345811","state":["exists","up"]},{"osd":1,"uuid":"29b84b60-470d-4a44-aa3c-9363b4149cea","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.12:6810","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6811","nonce":1397425977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6812","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6813","nonce":1397425977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6816","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6817","nonce":1397425977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6814","nonce":1397425977},{"type":"v1","addr":"172.21.15.12:6815","nonce":1397425977}]},"public_addr":"172.21.15.12:6811/1397425977","cluster_addr":"172.21.15.12:6813/1397425977","heartbeat_back_addr":"172.21.15.12:6817/1397425977","heartbeat_front_addr":"172.21.15.12:6815/1397425977","state":["exists","up"]},{"osd":2,"uuid":"de7a3f6e-4533-41ff-bbcc-c6db0573fe4f","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.12:6818","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6819","nonce":2049649585}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6820","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6821","nonce":2049649585}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6824","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6825","nonce":2049649585}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6822","nonce":2049649585},{"type":"v1","addr":"172.21.15.12:6823","nonce":2049649585}]},"public_addr":"172.21.15.12:6819/2049649585","cluster_addr":"172.21.15.12:6821/2049649585","heartbeat_back_addr":"172.21.15.12:6825/2049649585","heartbeat_front_addr":"172.21.15.12:6823/2049649585","state":["exists","up"]},{"osd":3,"uuid":"9cf27f2a-706b-4c77-9a8c-5d2e3d4936a6","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.12:6826","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6827","nonce":3815778589}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6828","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6829","nonce":3815778589}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6832","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6833","nonce":3815778589}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.12:6830","nonce":3815778589},{"type":"v1","addr":"172.21.15.12:6831","nonce":3815778589}]},"public_addr":"172.21.15.12:6827/3815778589","cluster_addr":"172.21.15.12:6829/3815778589","heartbeat_back_addr":"172.21.15.12:6833/3815778589","heartbeat_front_addr":"172.21.15.12:6831/3815778589","state":["exists","up"]},{"osd":4,"uuid":"7d9cf466-49ce-440c-b658-f203a89ef2be","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.186:6800","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6801","nonce":2474465344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6803","nonce":2474465344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6807","nonce":2474465344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":2474465344},{"type":"v1","addr":"172.21.15.186:6805","nonce":2474465344}]},"public_addr":"172.21.15.186:6801/2474465344","cluster_addr":"172.21.15.186:6803/2474465344","heartbeat_back_addr":"172.21.15.186:6807/2474465344","heartbeat_front_addr":"172.21.15.186:6805/2474465344","state":["exists","up"]},{"osd":5,"uuid":"e2a985e8-1c62-40f9-83b0-8263fb2c2504","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.186:6808","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6809","nonce":1202357787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6811","nonce":1202357787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6815","nonce":1202357787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":1202357787},{"type":"v1","addr":"172.21.15.186:6813","nonce":1202357787}]},"public_addr":"172.21.15.186:6809/1202357787","cluster_addr":"172.21.15.186:6811/1202357787","heartbeat_back_addr":"172.21.15.186:6815/1202357787","heartbeat_front_addr":"172.21.15.186:6813/1202357787","state":["exists","up"]},{"osd":6,"uuid":"91eb3342-f982-48c9-acfe-8669aec9ecf9","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.186:6816","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6817","nonce":3079771253}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6818","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6819","nonce":3079771253}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6822","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6823","nonce":3079771253}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6820","nonce":3079771253},{"type":"v1","addr":"172.21.15.186:6821","nonce":3079771253}]},"public_addr":"172.21.15.186:6817/3079771253","cluster_addr":"172.21.15.186:6819/3079771253","heartbeat_back_addr":"172.21.15.186:6823/3079771253","heartbeat_front_addr":"172.21.15.186:6821/3079771253","state":["exists","up"]},{"osd":7,"uuid":"6b9bfcde-4308-486f-af89-58daafc44729","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6824","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6825","nonce":2765168091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6826","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6827","nonce":2765168091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6830","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6831","nonce":2765168091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6828","nonce":2765168091},{"type":"v1","addr":"172.21.15.186:6829","nonce":2765168091}]},"public_addr":"172.21.15.186:6825/2765168091","cluster_addr":"172.21.15.186:6827/2765168091","heartbeat_back_addr":"172.21.15.186:6831/2765168091","heartbeat_front_addr":"172.21.15.186:6829/2765168091","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-22T19:06:19.582912+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-22T19:06:43.958652+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-22T19:07:06.019257+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-22T19:07:29.100957+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-22T19:07:46.877345+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-22T19:08:07.968534+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-22T19:08:28.171298+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-22T19:08:49.385532+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.12:0/3512611750":"2024-02-23T19:04:02.679587+0000","172.21.15.12:0/2728209023":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6801/1371683165":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6800/2989460873":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/3245802839":"2024-02-23T19:03:47.547530+0000","172.21.15.12:6800/1371683165":"2024-02-23T19:04:02.679587+0000","172.21.15.12:6801/2989460873":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/2286800145":"2024-02-23T19:03:47.547530+0000","172.21.15.12:0/981794819":"2024-02-23T19:03:22.550272+0000","172.21.15.12:0/112736847":"2024-02-23T19:03:22.550272+0000","172.21.15.12:6800/2068087":"2024-02-23T19:03:22.550272+0000","172.21.15.12:6801/2068087":"2024-02-23T19:03:22.550272+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-22T19:09:09.083 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:08.232841+0000 mgr.smithi012.uvcbek (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-22T19:09:09.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:08.232841+0000 mgr.smithi012.uvcbek (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-22T19:09:09.885 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-22T19:09:10.124 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:10.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:09.053424+0000 mon.smithi012 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.12:0/147124219' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-22T19:09:10.348 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:09.053424+0000 mon.smithi012 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.12:0/147124219' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-22T19:09:11.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:10.233114+0000 mgr.smithi012.uvcbek (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-22T19:09:11.333 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:10.233114+0000 mgr.smithi012.uvcbek (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-22T19:09:12.573 INFO:teuthology.orchestra.run.smithi012.stdout:38654705701 2024-02-22T19:09:12.574 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-22T19:09:12.812 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:12.233716+0000 mgr.smithi012.uvcbek (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-22T19:09:13.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:12.233716+0000 mgr.smithi012.uvcbek (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-22T19:09:15.328 INFO:teuthology.orchestra.run.smithi012.stdout:60129542177 2024-02-22T19:09:15.328 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-22T19:09:15.568 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:15.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:14.234195+0000 mgr.smithi012.uvcbek (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-22T19:09:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:14.234195+0000 mgr.smithi012.uvcbek (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-22T19:09:17.579 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:16.234700+0000 mgr.smithi012.uvcbek (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-22T19:09:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:16.234700+0000 mgr.smithi012.uvcbek (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-22T19:09:17.859 INFO:teuthology.orchestra.run.smithi012.stdout:81604378653 2024-02-22T19:09:17.860 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-22T19:09:18.100 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:18.235109+0000 mgr.smithi012.uvcbek (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-22T19:09:19.267 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:18.235109+0000 mgr.smithi012.uvcbek (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-22T19:09:20.639 INFO:teuthology.orchestra.run.smithi012.stdout:111669149721 2024-02-22T19:09:20.639 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-22T19:09:20.878 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:21.413 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:20.235476+0000 mgr.smithi012.uvcbek (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-22T19:09:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:20.235476+0000 mgr.smithi012.uvcbek (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-22T19:09:23.260 INFO:teuthology.orchestra.run.smithi012.stdout:133143986197 2024-02-22T19:09:23.261 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-22T19:09:23.500 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:23.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:22.236052+0000 mgr.smithi012.uvcbek (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-22T19:09:23.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:22.236052+0000 mgr.smithi012.uvcbek (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-22T19:09:25.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:24.236434+0000 mgr.smithi012.uvcbek (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-22T19:09:25.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:24.236434+0000 mgr.smithi012.uvcbek (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-22T19:09:25.879 INFO:teuthology.orchestra.run.smithi012.stdout:158913789970 2024-02-22T19:09:25.879 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-22T19:09:26.116 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:27.506 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:26.236694+0000 mgr.smithi012.uvcbek (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-22T19:09:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:26.236694+0000 mgr.smithi012.uvcbek (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-22T19:09:28.443 INFO:teuthology.orchestra.run.smithi012.stdout:184683593743 2024-02-22T19:09:28.443 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-22T19:09:28.681 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:29.143 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:28.237144+0000 mgr.smithi012.uvcbek (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-22T19:09:29.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:28.237144+0000 mgr.smithi012.uvcbek (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-22T19:09:31.006 INFO:teuthology.orchestra.run.smithi012.stdout:210453397515 2024-02-22T19:09:31.006 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-22T19:09:31.241 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:31.571 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:30.237454+0000 mgr.smithi012.uvcbek (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-22T19:09:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:30.237454+0000 mgr.smithi012.uvcbek (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-22T19:09:33.127 INFO:teuthology.orchestra.run.smithi012.stdout:38654705705 2024-02-22T19:09:33.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:32.237994+0000 mgr.smithi012.uvcbek (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-22T19:09:33.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:33.126998+0000 mon.smithi012 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.12:0/457180954' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-22T19:09:33.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:32.237994+0000 mgr.smithi012.uvcbek (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-22T19:09:33.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:33.126998+0000 mon.smithi012 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.12:0/457180954' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-22T19:09:33.746 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705701 got 38654705705 for osd.0 2024-02-22T19:09:33.746 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-22T19:09:33.985 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:35.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:34.238296+0000 mgr.smithi012.uvcbek (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-22T19:09:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:34.238296+0000 mgr.smithi012.uvcbek (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-22T19:09:35.748 INFO:teuthology.orchestra.run.smithi012.stdout:60129542181 2024-02-22T19:09:36.412 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:35.747736+0000 mon.smithi012 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.12:0/3343980009' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-22T19:09:36.434 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542181 for osd.1 2024-02-22T19:09:36.434 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-22T19:09:36.673 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:35.747736+0000 mon.smithi012 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.12:0/3343980009' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-22T19:09:37.562 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:36.238592+0000 mgr.smithi012.uvcbek (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-22T19:09:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:36.238592+0000 mgr.smithi012.uvcbek (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-22T19:09:38.502 INFO:teuthology.orchestra.run.smithi012.stdout:81604378657 2024-02-22T19:09:39.158 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:38.238906+0000 mgr.smithi012.uvcbek (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-22T19:09:39.158 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:38.502384+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.12:0/3635157893' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-22T19:09:39.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:38.238906+0000 mgr.smithi012.uvcbek (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-22T19:09:39.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:38.502384+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.12:0/3635157893' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-22T19:09:39.179 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378657 for osd.2 2024-02-22T19:09:39.180 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-22T19:09:39.418 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:41.274 INFO:teuthology.orchestra.run.smithi012.stdout:111669149725 2024-02-22T19:09:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:40.239208+0000 mgr.smithi012.uvcbek (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-22T19:09:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:41.273544+0000 mon.smithi012 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.12:0/1913435946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-22T19:09:41.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:40.239208+0000 mgr.smithi012.uvcbek (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-22T19:09:41.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:41.273544+0000 mon.smithi012 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.12:0/1913435946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-22T19:09:41.933 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149725 for osd.3 2024-02-22T19:09:41.934 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-22T19:09:42.169 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:42.239507+0000 mgr.smithi012.uvcbek (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-22T19:09:43.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:42.239507+0000 mgr.smithi012.uvcbek (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-22T19:09:44.089 INFO:teuthology.orchestra.run.smithi012.stdout:133143986201 2024-02-22T19:09:44.427 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:44.088640+0000 mon.smithi012 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.12:0/115986359' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-22T19:09:44.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:44.088640+0000 mon.smithi012 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.12:0/115986359' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-22T19:09:44.747 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986197 got 133143986201 for osd.4 2024-02-22T19:09:44.747 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-22T19:09:44.986 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:45.482 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:44.239808+0000 mgr.smithi012.uvcbek (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-22T19:09:45.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:44.239808+0000 mgr.smithi012.uvcbek (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-22T19:09:46.918 INFO:teuthology.orchestra.run.smithi012.stdout:158913789974 2024-02-22T19:09:47.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:46.240177+0000 mgr.smithi012.uvcbek (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-22T19:09:47.565 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:46.917620+0000 mon.smithi012 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.12:0/1073749873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-22T19:09:47.587 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789970 got 158913789974 for osd.5 2024-02-22T19:09:47.587 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-22T19:09:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:46.240177+0000 mgr.smithi012.uvcbek (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-22T19:09:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:46.917620+0000 mon.smithi012 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.12:0/1073749873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-22T19:09:47.827 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:49.047 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:48.240506+0000 mgr.smithi012.uvcbek (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-22T19:09:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:48.240506+0000 mgr.smithi012.uvcbek (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-22T19:09:49.685 INFO:teuthology.orchestra.run.smithi012.stdout:184683593747 2024-02-22T19:09:50.022 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:49.685544+0000 mon.smithi012 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.12:0/1388918125' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-22T19:09:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:49.685544+0000 mon.smithi012 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.12:0/1388918125' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-22T19:09:50.280 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593743 got 184683593747 for osd.6 2024-02-22T19:09:50.280 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-22T19:09:50.518 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:51.040 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:50.240782+0000 mgr.smithi012.uvcbek (mgr.14164) 243 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:51.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:50.240782+0000 mgr.smithi012.uvcbek (mgr.14164) 243 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:52.006 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:51.484149+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:09:52.007 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:51.485280+0000 mon.smithi012 (mon.0) 583 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:09:52.007 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:51.485982+0000 mon.smithi012 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:09:52.007 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:51.834230+0000 mon.smithi012 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:09:52.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:51.484149+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:09:52.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:51.485280+0000 mon.smithi012 (mon.0) 583 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:09:52.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:51.485982+0000 mon.smithi012 (mon.0) 584 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:09:52.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:51.834230+0000 mon.smithi012 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:09:52.398 INFO:teuthology.orchestra.run.smithi012.stdout:210453397519 2024-02-22T19:09:53.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:52.241108+0000 mgr.smithi012.uvcbek (mgr.14164) 244 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:53.058 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:52.398464+0000 mon.smithi012 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.12:0/1561915559' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-22T19:09:53.081 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397515 got 210453397519 for osd.7 2024-02-22T19:09:53.081 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-22T19:09:53.081 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph pg dump --format=json 2024-02-22T19:09:53.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:52.241108+0000 mgr.smithi012.uvcbek (mgr.14164) 244 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:53.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:52.398464+0000 mon.smithi012 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.12:0/1561915559' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-22T19:09:53.321 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:55.141 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:09:55.142 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2024-02-22T19:09:55.509 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:54.241617+0000 mgr.smithi012.uvcbek (mgr.14164) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:55.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:54.241617+0000 mgr.smithi012.uvcbek (mgr.14164) 245 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:55.821 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":216,"stamp":"2024-02-22T19:09:54.241350+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":43244,"kb_used_data":3820,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917972,"statfs":{"total":767960285184,"available":767916003328,"internally_reserved":0,"allocated":3911680,"data_stored":1556137,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"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":50,"state":"active+clean","last_fresh":"2024-02-22T19:08:52.529189+0000","last_change":"2024-02-22T19:08:52.529189+0000","last_active":"2024-02-22T19:08:52.529189+0000","last_peered":"2024-02-22T19:08:52.529189+0000","last_clean":"2024-02-22T19:08:52.529189+0000","last_became_active":"2024-02-22T19:08:52.528840+0000","last_became_peered":"2024-02-22T19:08:52.528840+0000","last_unstale":"2024-02-22T19:08:52.529189+0000","last_undegraded":"2024-02-22T19:08:52.529189+0000","last_fullsized":"2024-02-22T19:08:52.529189+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-22T19:07:08.352959+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-22T19:07:08.352959+0000","last_clean_scrub_stamp":"2024-02-22T19:07:08.352959+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":5224,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739928,"statfs":{"total":95995035648,"available":95989686272,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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 Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.504}]},{"osd":1,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.58999999999999997}]},{"osd":2,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.625},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.52000000000000002}]},{"osd":3,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.67300000000000004}]},{"osd":4,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.53400000000000003}]},{"osd":5,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.65500000000000003}]},{"osd":6,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.58099999999999996}]}]},{"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":5284,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739868,"statfs":{"total":95995035648,"available":95989624832,"internally_reserved":0,"allocated":487424,"data_stored":194399,"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":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.65900000000000003}]},{"osd":1,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.71799999999999997}]},{"osd":2,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.67400000000000004}]},{"osd":3,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.76100000000000001}]},{"osd":4,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.68300000000000005}]},{"osd":5,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.70999999999999996}]},{"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.78900000000000003}]}]},{"osd":1,"up_from":14,"seq":60129542185,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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":"Thu Feb 22 19:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.315,"15min":0.30299999999999999},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.378},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.33500000000000002,"15min":0.32100000000000001},"min":{"1min":0.251,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.30099999999999999}]},{"osd":2,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.379,"15min":0.36899999999999999},"min":{"1min":0.26900000000000002,"5min":0.251,"15min":0.251},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.436,"5min":0.36799999999999999,"15min":0.35699999999999998},"min":{"1min":0.28100000000000003,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.36799999999999999}]},{"osd":3,"last update":"Thu Feb 22 19:09:36 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.41699999999999998,"15min":0.41399999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.46899999999999997,"15min":0.46700000000000003},"min":{"1min":0.33800000000000002,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.44600000000000001}]},{"osd":4,"last update":"Thu Feb 22 19:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.79200000000000004}]},{"osd":5,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.64400000000000002}]},{"osd":6,"last update":"Thu Feb 22 19:09:30 2024","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.68300000000000005}]},{"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.57199999999999995}]}]},{"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":5540,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739612,"statfs":{"total":95995035648,"available":95989362688,"internally_reserved":0,"allocated":487424,"data_stored":194399,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.33900000000000002,"15min":0.32300000000000001},"min":{"1min":0.23899999999999999,"5min":0.192,"15min":0.192},"max":{"1min":0.53600000000000003,"5min":0.747,"15min":0.747},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.36699999999999999,"15min":0.34499999999999997},"min":{"1min":0.26900000000000002,"5min":0.219,"15min":0.219},"max":{"1min":0.63600000000000001,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.35599999999999998}]},{"osd":2,"last update":"Thu Feb 22 19:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.40600000000000003,"15min":0.40200000000000002},"min":{"1min":0.29699999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.38800000000000001,"15min":0.38600000000000001},"min":{"1min":0.28399999999999997,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.57899999999999996,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.28199999999999997}]},{"osd":3,"last update":"Thu Feb 22 19:09:35 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.41899999999999998,"15min":0.42299999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.60499999999999998,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.441,"15min":0.441},"min":{"1min":0.34100000000000003,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.67400000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.32900000000000001}]},{"osd":4,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.60799999999999998,"15min":0.60099999999999998},"min":{"1min":0.47299999999999998,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.76500000000000001,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.58099999999999996,"15min":0.57299999999999995},"min":{"1min":0.42399999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.75700000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.42399999999999999}]},{"osd":5,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.442}]},{"osd":6,"last update":"Thu Feb 22 19:09:29 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.45200000000000001}]},{"osd":7,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.38200000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378661,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":194399,"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":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.34999999999999998,"15min":0.34100000000000003},"min":{"1min":0.308,"5min":0.245,"15min":0.245},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.27600000000000002,"5min":0.245,"15min":0.245},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.29099999999999998}]},{"osd":1,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.36599999999999999,"15min":0.36499999999999999},"min":{"1min":0.26800000000000002,"5min":0.255,"15min":0.255},"max":{"1min":0.52600000000000002,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.39600000000000002,"15min":0.38400000000000001},"min":{"1min":0.34999999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.33900000000000002}]},{"osd":3,"last update":"Thu Feb 22 19:09:37 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.443,"15min":0.44400000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.64400000000000002,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.46300000000000002,"15min":0.46600000000000003},"min":{"1min":0.34300000000000003,"5min":0.317,"15min":0.317},"max":{"1min":0.60799999999999998,"5min":0.623,"15min":0.623},"last":0.40100000000000002}]},{"osd":4,"last update":"Thu Feb 22 19:09:52 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.59799999999999998,"15min":0.58899999999999997},"min":{"1min":0.45100000000000001,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.81499999999999995,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.61899999999999999,"15min":0.61199999999999999},"min":{"1min":0.46500000000000002,"5min":0.317,"15min":0.317},"max":{"1min":0.85399999999999998,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.51800000000000002}]},{"osd":5,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.53400000000000003}]},{"osd":6,"last update":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Feb 22 19:09:52 2024","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.52300000000000002}]}]},{"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":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.40999999999999998,"15min":0.41199999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.40500000000000003,"15min":0.40699999999999997},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58199999999999996,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.36699999999999999}]},{"osd":1,"last update":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.41499999999999998,"15min":0.41399999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.41399999999999998,"15min":0.41499999999999998},"min":{"1min":0.29399999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.55600000000000005,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.34999999999999998}]},{"osd":2,"last update":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.442,"15min":0.44400000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59899999999999998,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.44,"5min":0.42399999999999999,"15min":0.42199999999999999},"min":{"1min":0.31900000000000001,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.32300000000000001}]},{"osd":4,"last update":"Thu Feb 22 19:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.51400000000000001}]},{"osd":5,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.65100000000000002}]},{"osd":6,"last update":"Thu Feb 22 19:09:30 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.61299999999999999}]},{"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.71799999999999997}]}]},{"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":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.56399999999999995,"15min":0.56000000000000005},"min":{"1min":0.45200000000000001,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76200000000000001,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.57599999999999996,"15min":0.57899999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.755,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.41699999999999998}]},{"osd":1,"last update":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.56200000000000006,"15min":0.56000000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78200000000000003,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.56699999999999995,"15min":0.56899999999999995},"min":{"1min":0.38800000000000001,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.62}]},{"osd":2,"last update":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.57699999999999996,"15min":0.57499999999999996},"min":{"1min":0.39000000000000001,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.56299999999999994,"15min":0.55900000000000005},"min":{"1min":0.40400000000000003,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78700000000000003,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.46600000000000003}]},{"osd":3,"last update":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.57999999999999996,"15min":0.57899999999999996},"min":{"1min":0.45000000000000001,"5min":0.378,"15min":0.378},"max":{"1min":0.73499999999999999,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.57699999999999996,"15min":0.57199999999999995},"min":{"1min":0.40600000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.80200000000000005,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.60399999999999998}]},{"osd":5,"last update":"Thu Feb 22 19:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.69799999999999995}]},{"osd":6,"last update":"Thu Feb 22 19:09:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.64700000000000002}]},{"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.72599999999999998}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5344,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739808,"statfs":{"total":95995035648,"available":95989563392,"internally_reserved":0,"allocated":483328,"data_stored":194084,"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":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.752},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.58599999999999997}]},{"osd":1,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.61199999999999999}]},{"osd":2,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.77700000000000002}]},{"osd":3,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.59999999999999998}]},{"osd":4,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.439},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.40200000000000002}]},{"osd":6,"last update":"Thu Feb 22 19:09:29 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.50700000000000001}]},{"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.48299999999999998}]}]}],"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-22T19:09:55.823 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph pg dump --format=json 2024-02-22T19:09:56.065 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:56.592 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:55.138092+0000 mgr.smithi012.uvcbek (mgr.14164) 246 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:09:56.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:55.138092+0000 mgr.smithi012.uvcbek (mgr.14164) 246 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:09:57.512 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:56.241944+0000 mgr.smithi012.uvcbek (mgr.14164) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:57.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:56.241944+0000 mgr.smithi012.uvcbek (mgr.14164) 247 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:09:57.912 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:09:57.914 INFO:teuthology.orchestra.run.smithi012.stderr:dumped all 2024-02-22T19:09:58.549 INFO:teuthology.orchestra.run.smithi012.stdout:{"pg_ready":true,"pg_map":{"version":217,"stamp":"2024-02-22T19:09:56.241811+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":43244,"kb_used_data":3820,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917972,"statfs":{"total":767960285184,"available":767916003328,"internally_reserved":0,"allocated":3911680,"data_stored":1556137,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"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":50,"state":"active+clean","last_fresh":"2024-02-22T19:08:52.529189+0000","last_change":"2024-02-22T19:08:52.529189+0000","last_active":"2024-02-22T19:08:52.529189+0000","last_peered":"2024-02-22T19:08:52.529189+0000","last_clean":"2024-02-22T19:08:52.529189+0000","last_became_active":"2024-02-22T19:08:52.528840+0000","last_became_peered":"2024-02-22T19:08:52.528840+0000","last_unstale":"2024-02-22T19:08:52.529189+0000","last_undegraded":"2024-02-22T19:08:52.529189+0000","last_fullsized":"2024-02-22T19:08:52.529189+0000","mapping_epoch":49,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":50,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-22T19:07:08.352959+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-22T19:07:08.352959+0000","last_clean_scrub_stamp":"2024-02-22T19:07:08.352959+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":5224,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739928,"statfs":{"total":95995035648,"available":95989686272,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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 Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.504}]},{"osd":1,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.58999999999999997}]},{"osd":2,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.625},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.52000000000000002}]},{"osd":3,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.67300000000000004}]},{"osd":4,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.53400000000000003}]},{"osd":5,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"last":0.65500000000000003}]},{"osd":6,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.58099999999999996}]}]},{"osd":6,"up_from":43,"seq":184683593749,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5284,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739868,"statfs":{"total":95995035648,"available":95989624832,"internally_reserved":0,"allocated":487424,"data_stored":194399,"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":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.55600000000000005}]},{"osd":1,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.44400000000000001}]},{"osd":2,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.56799999999999995}]},{"osd":3,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.59699999999999998}]},{"osd":4,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.29999999999999999}]},{"osd":5,"last update":"Thu Feb 22 19:09:34 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.313}]},{"osd":7,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.36899999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542185,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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":"Thu Feb 22 19:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.315,"15min":0.30299999999999999},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.378},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.33500000000000002,"15min":0.32100000000000001},"min":{"1min":0.251,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.30099999999999999}]},{"osd":2,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.379,"15min":0.36899999999999999},"min":{"1min":0.26900000000000002,"5min":0.251,"15min":0.251},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.436,"5min":0.36799999999999999,"15min":0.35699999999999998},"min":{"1min":0.28100000000000003,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.36799999999999999}]},{"osd":3,"last update":"Thu Feb 22 19:09:36 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.41699999999999998,"15min":0.41399999999999998},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.46899999999999997,"15min":0.46700000000000003},"min":{"1min":0.33800000000000002,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.44600000000000001}]},{"osd":4,"last update":"Thu Feb 22 19:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.79200000000000004}]},{"osd":5,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.64400000000000002}]},{"osd":6,"last update":"Thu Feb 22 19:09:30 2024","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.68300000000000005}]},{"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.57199999999999995}]}]},{"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":5540,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739612,"statfs":{"total":95995035648,"available":95989362688,"internally_reserved":0,"allocated":487424,"data_stored":194399,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.33900000000000002,"15min":0.32300000000000001},"min":{"1min":0.23899999999999999,"5min":0.192,"15min":0.192},"max":{"1min":0.53600000000000003,"5min":0.747,"15min":0.747},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.36699999999999999,"15min":0.34499999999999997},"min":{"1min":0.26900000000000002,"5min":0.219,"15min":0.219},"max":{"1min":0.63600000000000001,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.35599999999999998}]},{"osd":2,"last update":"Thu Feb 22 19:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.40600000000000003,"15min":0.40200000000000002},"min":{"1min":0.29699999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.38800000000000001,"15min":0.38600000000000001},"min":{"1min":0.28399999999999997,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.57899999999999996,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.28199999999999997}]},{"osd":3,"last update":"Thu Feb 22 19:09:35 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.41899999999999998,"15min":0.42299999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.60499999999999998,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.441,"15min":0.441},"min":{"1min":0.34100000000000003,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.67400000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.32900000000000001}]},{"osd":4,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.60799999999999998,"15min":0.60099999999999998},"min":{"1min":0.47299999999999998,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.76500000000000001,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.58099999999999996,"15min":0.57299999999999995},"min":{"1min":0.42399999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.75700000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.42399999999999999}]},{"osd":5,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.442}]},{"osd":6,"last update":"Thu Feb 22 19:09:29 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.45200000000000001}]},{"osd":7,"last update":"Thu Feb 22 19:09:51 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.38200000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378661,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5476,"kb_used_data":476,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739676,"statfs":{"total":95995035648,"available":95989428224,"internally_reserved":0,"allocated":487424,"data_stored":194399,"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":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.34999999999999998,"15min":0.34100000000000003},"min":{"1min":0.308,"5min":0.245,"15min":0.245},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.27600000000000002,"5min":0.245,"15min":0.245},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.29099999999999998}]},{"osd":1,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.36599999999999999,"15min":0.36499999999999999},"min":{"1min":0.26800000000000002,"5min":0.255,"15min":0.255},"max":{"1min":0.52600000000000002,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.39600000000000002,"15min":0.38400000000000001},"min":{"1min":0.34999999999999998,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.33900000000000002}]},{"osd":3,"last update":"Thu Feb 22 19:09:37 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.443,"15min":0.44400000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.64400000000000002,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.46300000000000002,"15min":0.46600000000000003},"min":{"1min":0.34300000000000003,"5min":0.317,"15min":0.317},"max":{"1min":0.60799999999999998,"5min":0.623,"15min":0.623},"last":0.40100000000000002}]},{"osd":4,"last update":"Thu Feb 22 19:09:52 2024","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.59799999999999998,"15min":0.58899999999999997},"min":{"1min":0.45100000000000001,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.81499999999999995,"5min":0.86099999999999999,"15min":0.86099999999999999},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.61899999999999999,"15min":0.61199999999999999},"min":{"1min":0.46500000000000002,"5min":0.317,"15min":0.317},"max":{"1min":0.85399999999999998,"5min":0.92000000000000004,"15min":0.92000000000000004},"last":0.51800000000000002}]},{"osd":5,"last update":"Thu Feb 22 19:09:13 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.53400000000000003}]},{"osd":6,"last update":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Feb 22 19:09:52 2024","interfaces":[{"interface":"back","average":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.52300000000000002}]}]},{"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":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.40999999999999998,"15min":0.41199999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.40500000000000003,"15min":0.40699999999999997},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58199999999999996,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.36699999999999999}]},{"osd":1,"last update":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.41499999999999998,"15min":0.41399999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.41399999999999998,"15min":0.41499999999999998},"min":{"1min":0.29399999999999998,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.55600000000000005,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.34999999999999998}]},{"osd":2,"last update":"Thu Feb 22 19:09:32 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.442,"15min":0.44400000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59899999999999998,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.44,"5min":0.42399999999999999,"15min":0.42199999999999999},"min":{"1min":0.31900000000000001,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.32300000000000001}]},{"osd":4,"last update":"Thu Feb 22 19:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.51400000000000001}]},{"osd":5,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.65100000000000002}]},{"osd":6,"last update":"Thu Feb 22 19:09:30 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.61299999999999999}]},{"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.71799999999999997}]}]},{"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":5416,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739736,"statfs":{"total":95995035648,"available":95989489664,"internally_reserved":0,"allocated":491520,"data_stored":194714,"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":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.56399999999999995,"15min":0.56000000000000005},"min":{"1min":0.45200000000000001,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.76200000000000001,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.57599999999999996,"15min":0.57899999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.755,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.41699999999999998}]},{"osd":1,"last update":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.56200000000000006,"15min":0.56000000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.78200000000000003,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.56699999999999995,"15min":0.56899999999999995},"min":{"1min":0.38800000000000001,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.62}]},{"osd":2,"last update":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.57699999999999996,"15min":0.57499999999999996},"min":{"1min":0.39000000000000001,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.56299999999999994,"15min":0.55900000000000005},"min":{"1min":0.40400000000000003,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78700000000000003,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.46600000000000003}]},{"osd":3,"last update":"Thu Feb 22 19:09:50 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.57999999999999996,"15min":0.57899999999999996},"min":{"1min":0.45000000000000001,"5min":0.378,"15min":0.378},"max":{"1min":0.73499999999999999,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.57699999999999996,"15min":0.57199999999999995},"min":{"1min":0.40600000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.80200000000000005,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.60399999999999998}]},{"osd":5,"last update":"Thu Feb 22 19:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.69799999999999995}]},{"osd":6,"last update":"Thu Feb 22 19:09:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.64700000000000002}]},{"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.72599999999999998}]}]},{"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":5344,"kb_used_data":472,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739808,"statfs":{"total":95995035648,"available":95989563392,"internally_reserved":0,"allocated":483328,"data_stored":194084,"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":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.55600000000000005}]},{"osd":1,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.51000000000000001}]},{"osd":2,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46300000000000002}]},{"osd":3,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.433},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.53800000000000003}]},{"osd":4,"last update":"Thu Feb 22 19:09:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.47299999999999998}]},{"osd":6,"last update":"Thu Feb 22 19:09:29 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.60399999999999998}]},{"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.57999999999999996}]}]}],"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-22T19:09:58.550 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-22T19:09:58.550 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-22T19:09:58.550 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-22T19:09:58.551 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph health --format=json 2024-02-22T19:09:58.787 INFO:teuthology.orchestra.run.smithi012.stderr:Inferring config /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/mon.smithi012/config 2024-02-22T19:09:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:09:57.909388+0000 mgr.smithi012.uvcbek (mgr.14164) 248 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:09:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:09:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:09:58.242305+0000 mgr.smithi012.uvcbek (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-22T19:09:59.239 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:09:57.909388+0000 mgr.smithi012.uvcbek (mgr.14164) 248 : audit [DBG] from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:09:59.239 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:09:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:09:58.242305+0000 mgr.smithi012.uvcbek (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-22T19:10:00.193 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:00.000181+0000 mon.smithi012 (mon.0) 587 : cluster [INF] overall HEALTH_OK 2024-02-22T19:10:00.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:00.000181+0000 mon.smithi012 (mon.0) 587 : cluster [INF] overall HEALTH_OK 2024-02-22T19:10:00.676 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:10:01.300 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:00.242803+0000 mgr.smithi012.uvcbek (mgr.14164) 250 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:01.300 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:00.676430+0000 mon.smithi012 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.12:0/2924294869' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-22T19:10:01.321 INFO:teuthology.orchestra.run.smithi012.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-22T19:10:01.321 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-22T19:10:01.322 INFO:tasks.cephadm:Setup complete, yielding 2024-02-22T19:10:01.322 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-22T19:10:01.333 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:10:01.333 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph orch status' 2024-02-22T19:10:01.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:00.242803+0000 mgr.smithi012.uvcbek (mgr.14164) 250 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:01.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:00.676430+0000 mon.smithi012 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.12:0/2924294869' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-22T19:10:03.453 INFO:teuthology.orchestra.run.smithi012.stdout:Backend: cephadm 2024-02-22T19:10:03.453 INFO:teuthology.orchestra.run.smithi012.stdout:Available: Yes 2024-02-22T19:10:03.453 INFO:teuthology.orchestra.run.smithi012.stdout:Paused: No 2024-02-22T19:10:03.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:02.243135+0000 mgr.smithi012.uvcbek (mgr.14164) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:03.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:02.895459+0000 mon.smithi012 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:10:03.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:02.895676+0000 mon.smithi012 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:10:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:02.243135+0000 mgr.smithi012.uvcbek (mgr.14164) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:02.895459+0000 mon.smithi012 (mon.0) 589 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:10:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:02.895676+0000 mon.smithi012 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:10:04.094 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-22T19:10:05.554 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:03.452768+0000 mgr.smithi012.uvcbek (mgr.14164) 252 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:05.554 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:04.243501+0000 mgr.smithi012.uvcbek (mgr.14164) 253 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:03.452768+0000 mgr.smithi012.uvcbek (mgr.14164) 252 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:04.243501+0000 mgr.smithi012.uvcbek (mgr.14164) 253 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:06.270 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:10:06.270 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (3m) 97s ago 5m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:10:06.270 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (5m) 97s ago 5m 6395k - 16.2.5 6933c2a0b7dd 15a76caeae08 2024-02-22T19:10:06.270 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (4m) 78s ago 4m 6391k - 16.2.5 6933c2a0b7dd ca465d840bbf 2024-02-22T19:10:06.270 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (3m) 97s ago 5m 26.8M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:10:06.270 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:9283 running (7m) 97s ago 7m 414M - 16.2.5 6933c2a0b7dd acb972843a20 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (4m) 78s ago 4m 368M - 16.2.5 6933c2a0b7dd 3b6deee590ab 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (7m) 97s ago 7m 54.4M 2048M 16.2.5 6933c2a0b7dd a8d3be3af30e 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (4m) 78s ago 4m 55.7M 2048M 16.2.5 6933c2a0b7dd 17db2906d695 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (5m) 97s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (4m) 78s ago 4m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (3m) 97s ago 3m 32.4M 3225M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (3m) 97s ago 3m 31.7M 3225M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (3m) 97s ago 3m 30.0M 3225M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (2m) 97s ago 2m 28.7M 3225M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (2m) 78s ago 2m 32.1M 3992M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (2m) 78s ago 2m 29.8M 3992M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (102s) 78s ago 102s 27.5M 3992M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (81s) 78s ago 81s 14.1M 3992M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:10:06.271 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (3m) 97s ago 4m 34.7M - 2.18.1 de242295e225 562dc7e521b6 2024-02-22T19:10:07.034 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-22T19:10:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:06.243795+0000 mgr.smithi012.uvcbek (mgr.14164) 254 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:06.262167+0000 mgr.smithi012.uvcbek (mgr.14164) 255 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:06.243795+0000 mgr.smithi012.uvcbek (mgr.14164) 254 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:06.262167+0000 mgr.smithi012.uvcbek (mgr.14164) 255 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:09.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:08.244079+0000 mgr.smithi012.uvcbek (mgr.14164) 256 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager ?:9093,9094 1/1 100s ago 6m count:1 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:crash 2/2 100s ago 6m * 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:grafana ?:3000 1/1 100s ago 6m count:1 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:mgr 2/2 100s ago 6m count:2 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:mon 2/2 100s ago 5m smithi012:172.21.15.12=smithi012;smithi186:172.21.15.186=smithi186;count:2 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter ?:9100 2/2 100s ago 6m * 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:osd 8/8 100s ago - 2024-02-22T19:10:09.129 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus ?:9095 1/1 100s ago 6m count:1 2024-02-22T19:10:09.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:08.244079+0000 mgr.smithi012.uvcbek (mgr.14164) 256 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:09.755 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-22T19:10:10.091 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:09.125206+0000 mgr.smithi012.uvcbek (mgr.14164) 257 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:10.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:09.125206+0000 mgr.smithi012.uvcbek (mgr.14164) 257 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:11.073 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:10.244452+0000 mgr.smithi012.uvcbek (mgr.14164) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:11.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:10.244452+0000 mgr.smithi012.uvcbek (mgr.14164) 258 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:HOST ADDR LABELS STATUS 2024-02-22T19:10:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:smithi012 172.21.15.12 2024-02-22T19:10:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:smithi186 172.21.15.186 2024-02-22T19:10:12.400 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-22T19:10:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:11.773115+0000 mgr.smithi012.uvcbek (mgr.14164) 259 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:12.244771+0000 mgr.smithi012.uvcbek (mgr.14164) 260 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:13.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:11.773115+0000 mgr.smithi012.uvcbek (mgr.14164) 259 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:13.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:12.244771+0000 mgr.smithi012.uvcbek (mgr.14164) 260 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:14.385 INFO:teuthology.orchestra.run.smithi012.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-22T19:10:14.385 INFO:teuthology.orchestra.run.smithi012.stdout:smithi012 /dev/nvme0n1 ssd CVFT5331005J400BGN 400G Unknown N/A N/A No 2024-02-22T19:10:14.385 INFO:teuthology.orchestra.run.smithi012.stdout:smithi186 /dev/nvme0n1 ssd CVFT623300CB400BGN 400G Unknown N/A N/A No 2024-02-22T19:10:15.032 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-22T19:10:15.041 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:10:15.041 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-22T19:10:15.073 INFO:teuthology.orchestra.run.smithi012.stderr:+ systemctl stop nfs-server 2024-02-22T19:10:15.081 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi186.front.sepia.ceph.com 2024-02-22T19:10:15.081 DEBUG:teuthology.orchestra.run.smithi186:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-22T19:10:15.119 INFO:teuthology.orchestra.run.smithi186.stderr:+ systemctl stop nfs-server 2024-02-22T19:10:15.127 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-22T19:10:15.136 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:10:15.137 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-22T19:10:15.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:14.245082+0000 mgr.smithi012.uvcbek (mgr.14164) 261 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:15.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:14.384506+0000 mgr.smithi012.uvcbek (mgr.14164) 262 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:15.579 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:14.245082+0000 mgr.smithi012.uvcbek (mgr.14164) 261 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:15.579 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:14.384506+0000 mgr.smithi012.uvcbek (mgr.14164) 262 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:16.245614+0000 mgr.smithi012.uvcbek (mgr.14164) 263 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:18.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:16.245614+0000 mgr.smithi012.uvcbek (mgr.14164) 263 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:17.286535+0000 mgr.smithi012.uvcbek (mgr.14164) 264 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:17.287136+0000 mon.smithi012 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-22T19:10:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:17.772225+0000 mon.smithi012 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-22T19:10:19.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:17.772267+0000 mon.smithi012 (mon.0) 593 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-22T19:10:19.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:17.773376+0000 mon.smithi012 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-22T19:10:19.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:18.245968+0000 mgr.smithi012.uvcbek (mgr.14164) 265 : cluster [DBG] pgmap v229: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:19.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:10:18.777+0000 7fcfb0173700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:10:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:17.286535+0000 mgr.smithi012.uvcbek (mgr.14164) 264 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:17.287136+0000 mon.smithi012 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-22T19:10:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:17.772225+0000 mon.smithi012 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-22T19:10:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:17.772267+0000 mon.smithi012 (mon.0) 593 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-22T19:10:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:17.773376+0000 mon.smithi012 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-22T19:10:19.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:18.245968+0000 mgr.smithi012.uvcbek (mgr.14164) 265 : cluster [DBG] pgmap v229: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:19.441 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-22T19:10:19.449 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-22T19:10:19.449 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch ls -f json 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.775403+0000 mon.smithi012 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:18.775691+0000 mon.smithi012 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.777077+0000 mon.smithi012 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:18.777957+0000 mon.smithi012 (mon.0) 598 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:18.777990+0000 mon.smithi012 (mon.0) 599 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:18.790318+0000 mon.smithi012 (mon.0) 600 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.794337+0000 mon.smithi012 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:18.794439+0000 mon.smithi012 (mon.0) 602 : cluster [DBG] fsmap foofs:0 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:18.799258+0000 mgr.smithi012.uvcbek (mgr.14164) 266 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-22T19:10:19.966 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.803227+0000 mon.smithi012 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.803985+0000 mon.smithi012 (mon.0) 604 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.807163+0000 mon.smithi012 (mon.0) 605 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.809476+0000 mon.smithi012 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.818262+0000 mon.smithi012 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.829624+0000 mon.smithi012 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.830728+0000 mon.smithi012 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi012.imtlqu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.836747+0000 mon.smithi012 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi012.imtlqu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:18.837941+0000 mon.smithi012 (mon.0) 611 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:19.967 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:18.838926+0000 mgr.smithi012.uvcbek (mgr.14164) 267 : cephadm [INF] Deploying daemon mds.foofs.smithi012.imtlqu on smithi012 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.775403+0000 mon.smithi012 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:18.775691+0000 mon.smithi012 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.777077+0000 mon.smithi012 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:18.777957+0000 mon.smithi012 (mon.0) 598 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:18.777990+0000 mon.smithi012 (mon.0) 599 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:18.790318+0000 mon.smithi012 (mon.0) 600 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.794337+0000 mon.smithi012 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-22T19:10:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:18.794439+0000 mon.smithi012 (mon.0) 602 : cluster [DBG] fsmap foofs:0 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:18.799258+0000 mgr.smithi012.uvcbek (mgr.14164) 266 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.803227+0000 mon.smithi012 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.803985+0000 mon.smithi012 (mon.0) 604 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.807163+0000 mon.smithi012 (mon.0) 605 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.809476+0000 mon.smithi012 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.818262+0000 mon.smithi012 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.829624+0000 mon.smithi012 (mon.0) 608 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.830728+0000 mon.smithi012 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi012.imtlqu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.836747+0000 mon.smithi012 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi012.imtlqu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:18.837941+0000 mon.smithi012 (mon.0) 611 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:18.838926+0000 mgr.smithi012.uvcbek (mgr.14164) 267 : cephadm [INF] Deploying daemon mds.foofs.smithi012.imtlqu on smithi012 2024-02-22T19:10:21.007 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:19.789334+0000 mon.smithi012 (mon.0) 612 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-22T19:10:21.007 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:20.246466+0000 mgr.smithi012.uvcbek (mgr.14164) 268 : cluster [DBG] pgmap v233: 65 pgs: 10 creating+peering, 6 active+clean, 49 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:21.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:19.789334+0000 mon.smithi012 (mon.0) 612 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-22T19:10:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:20.246466+0000 mgr.smithi012.uvcbek (mgr.14164) 268 : cluster [DBG] pgmap v233: 65 pgs: 10 creating+peering, 6 active+clean, 49 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:22.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:20.795212+0000 mon.smithi012 (mon.0) 613 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-22T19:10:22.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:20.795212+0000 mon.smithi012 (mon.0) 613 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-22T19:10:22.342 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:10:22.342 INFO:teuthology.orchestra.run.smithi012.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-22T19:03:52.579210Z", "last_refresh": "2024-02-22T19:08:28.630065Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-22T19:03:40.147913Z", "last_refresh": "2024-02-22T19:08:28.630127Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-22T19:03:49.979887Z", "last_refresh": "2024-02-22T19:08:28.630186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-22T19:10:18.803421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-22T19:10:18.799287Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-22T19:03:38.789111Z", "last_refresh": "2024-02-22T19:08:28.629997Z", "running": 2, "size": 2}}, {"events": ["2024-02-22T19:04:53.792460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi012:172.21.15.12=smithi012", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-22T19:04:53.789790Z", "last_refresh": "2024-02-22T19:08:28.629860Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-22T19:03:51.326782Z", "last_refresh": "2024-02-22T19:08:28.630243Z", "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-22T19:08:28.630359Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-22T19:03:48.603429Z", "last_refresh": "2024-02-22T19:08:28.630301Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-22T19:10:22.965 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.246844+0000 mgr.smithi012.uvcbek (mgr.14164) 269 : cluster [DBG] pgmap v235: 65 pgs: 10 creating+peering, 43 active+clean, 12 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:22.965 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:22.339225+0000 mgr.smithi012.uvcbek (mgr.14164) 270 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:10:23.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.246844+0000 mgr.smithi012.uvcbek (mgr.14164) 269 : cluster [DBG] pgmap v235: 65 pgs: 10 creating+peering, 43 active+clean, 12 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:23.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:22.339225+0000 mgr.smithi012.uvcbek (mgr.14164) 270 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:10:23.241 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-22T19:10:23.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.800682+0000 mon.smithi012 (mon.0) 614 : cluster [DBG] mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604] up:boot 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.800744+0000 mon.smithi012 (mon.0) 615 : cluster [INF] daemon mds.foofs.smithi012.imtlqu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.800810+0000 mon.smithi012 (mon.0) 616 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.800834+0000 mon.smithi012 (mon.0) 617 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.800852+0000 mon.smithi012 (mon.0) 618 : cluster [INF] Cluster is now healthy 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.801064+0000 mon.smithi012 (mon.0) 619 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:22.801295+0000 mon.smithi012 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.805878+0000 mon.smithi012 (mon.0) 621 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:creating} 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:22.821772+0000 mon.smithi012 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi012.imtlqu is now active in filesystem foofs as rank 0 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:22.835004+0000 mon.smithi012 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:22.835927+0000 mon.smithi012 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.qncdya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:22.838708+0000 mon.smithi012 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.qncdya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:22.839284+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:23.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:22.839891+0000 mgr.smithi012.uvcbek (mgr.14164) 271 : cephadm [INF] Deploying daemon mds.foofs.smithi186.qncdya on smithi186 2024-02-22T19:10:24.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.800682+0000 mon.smithi012 (mon.0) 614 : cluster [DBG] mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604] up:boot 2024-02-22T19:10:24.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.800744+0000 mon.smithi012 (mon.0) 615 : cluster [INF] daemon mds.foofs.smithi012.imtlqu assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-22T19:10:24.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.800810+0000 mon.smithi012 (mon.0) 616 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-22T19:10:24.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.800834+0000 mon.smithi012 (mon.0) 617 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.800852+0000 mon.smithi012 (mon.0) 618 : cluster [INF] Cluster is now healthy 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.801064+0000 mon.smithi012 (mon.0) 619 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:22.801295+0000 mon.smithi012 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.805878+0000 mon.smithi012 (mon.0) 621 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:creating} 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:22.821772+0000 mon.smithi012 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi012.imtlqu is now active in filesystem foofs as rank 0 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:22.835004+0000 mon.smithi012 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:22.835927+0000 mon.smithi012 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.qncdya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:22.838708+0000 mon.smithi012 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.qncdya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:22.839284+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:24.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:22.839891+0000 mgr.smithi012.uvcbek (mgr.14164) 271 : cephadm [INF] Deploying daemon mds.foofs.smithi186.qncdya on smithi186 2024-02-22T19:10:24.242 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch ls -f json 2024-02-22T19:10:24.868 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:23.808664+0000 mon.smithi012 (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604] up:active 2024-02-22T19:10:24.868 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:23.808720+0000 mon.smithi012 (mon.0) 628 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 2024-02-22T19:10:24.868 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:24.247305+0000 mgr.smithi012.uvcbek (mgr.14164) 272 : cluster [DBG] pgmap v236: 65 pgs: 5 creating+peering, 60 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:24.976 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:23.808664+0000 mon.smithi012 (mon.0) 627 : cluster [DBG] mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604] up:active 2024-02-22T19:10:24.976 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:23.808720+0000 mon.smithi012 (mon.0) 628 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 2024-02-22T19:10:24.976 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:24.247305+0000 mgr.smithi012.uvcbek (mgr.14164) 272 : cluster [DBG] pgmap v236: 65 pgs: 5 creating+peering, 60 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-22T19:10:26.321 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:10:26.321 INFO:teuthology.orchestra.run.smithi012.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-22T19:03:52.579210Z", "last_refresh": "2024-02-22T19:08:28.630065Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-22T19:03:40.147913Z", "last_refresh": "2024-02-22T19:08:28.630127Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-22T19:03:49.979887Z", "last_refresh": "2024-02-22T19:08:28.630186Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-22T19:10:18.803421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-22T19:10:18.799287Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-22T19:03:38.789111Z", "last_refresh": "2024-02-22T19:08:28.629997Z", "running": 2, "size": 2}}, {"events": ["2024-02-22T19:04:53.792460Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi012:172.21.15.12=smithi012", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-22T19:04:53.789790Z", "last_refresh": "2024-02-22T19:08:28.629860Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-22T19:03:51.326782Z", "last_refresh": "2024-02-22T19:08:28.630243Z", "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-22T19:08:28.630359Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-22T19:03:48.603429Z", "last_refresh": "2024-02-22T19:08:28.630301Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:25.219762+0000 mon.smithi012 (mon.0) 629 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:25.220842+0000 mon.smithi012 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:25.221737+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:25.222418+0000 mon.smithi012 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:25.817159+0000 mon.smithi012 (mon.0) 633 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:boot 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:25.817394+0000 mon.smithi012 (mon.0) 634 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:25.817496+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:10:26.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:25.819447+0000 mon.smithi012 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:25.219762+0000 mon.smithi012 (mon.0) 629 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:25.220842+0000 mon.smithi012 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:25.221737+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:25.222418+0000 mon.smithi012 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:25.817159+0000 mon.smithi012 (mon.0) 633 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:boot 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:25.817394+0000 mon.smithi012 (mon.0) 634 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:25.817496+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:10:26.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:25.819447+0000 mon.smithi012 (mon.0) 636 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:10:27.301 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-22T19:10:27.301 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-22T19:10:27.311 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:10:27.311 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-22T19:10:27.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:26.247710+0000 mgr.smithi012.uvcbek (mgr.14164) 273 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-02-22T19:10:27.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:26.317475+0000 mgr.smithi012.uvcbek (mgr.14164) 274 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:10:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:26.247710+0000 mgr.smithi012.uvcbek (mgr.14164) 273 : cluster [DBG] pgmap v237: 65 pgs: 65 active+clean; 1.5 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-02-22T19:10:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:26.317475+0000 mgr.smithi012.uvcbek (mgr.14164) 274 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:10:28.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:27.408932+0000 mon.smithi012 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:28.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:27.918453+0000 mon.smithi012 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:27.408932+0000 mon.smithi012 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:27.918453+0000 mon.smithi012 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:28.248106+0000 mgr.smithi012.uvcbek (mgr.14164) 275 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-02-22T19:10:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:28.248106+0000 mgr.smithi012.uvcbek (mgr.14164) 275 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-02-22T19:10:30.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:29.414997+0000 mon.smithi012 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:standby 2024-02-22T19:10:30.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:29.415050+0000 mon.smithi012 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:10:30.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:29.414997+0000 mon.smithi012 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:standby 2024-02-22T19:10:30.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:29.415050+0000 mon.smithi012 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:10:31.648 INFO:teuthology.orchestra.run.smithi012.stdout:NFS Cluster Created Successfully 2024-02-22T19:10:31.837 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:30.129064+0000 mgr.smithi012.uvcbek (mgr.14164) 276 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:31.837 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:30.130212+0000 mon.smithi012 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-22T19:10:31.837 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:30.248483+0000 mgr.smithi012.uvcbek (mgr.14164) 277 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-02-22T19:10:31.837 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:30.617575+0000 mon.smithi012 (mon.0) 642 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-22T19:10:31.837 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:30.617623+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-22T19:10:31.837 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:30.619427+0000 mon.smithi012 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-22T19:10:31.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:30.129064+0000 mgr.smithi012.uvcbek (mgr.14164) 276 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:31.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:30.130212+0000 mon.smithi012 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-22T19:10:31.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:30.248483+0000 mgr.smithi012.uvcbek (mgr.14164) 277 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-02-22T19:10:31.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:30.617575+0000 mon.smithi012 (mon.0) 642 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-22T19:10:31.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:30.617623+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-22T19:10:31.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:30.619427+0000 mon.smithi012 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-22T19:10:32.774 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-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-22T19:10:32.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:31.621418+0000 mon.smithi012 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-22T19:10:32.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:31.621615+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-22T19:10:32.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:31.645043+0000 mgr.smithi012.uvcbek (mgr.14164) 278 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-22T19:10:32.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:31.648391+0000 mon.smithi012 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:32.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:32.249011+0000 mgr.smithi012.uvcbek (mgr.14164) 279 : cluster [DBG] pgmap v242: 97 pgs: 20 unknown, 77 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-22T19:10:33.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:31.621418+0000 mon.smithi012 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-22T19:10:33.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:31.621615+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-22T19:10:33.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:31.645043+0000 mgr.smithi012.uvcbek (mgr.14164) 278 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-22T19:10:33.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:31.648391+0000 mon.smithi012 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:33.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:32.249011+0000 mgr.smithi012.uvcbek (mgr.14164) 279 : cluster [DBG] pgmap v242: 97 pgs: 20 unknown, 77 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2024-02-22T19:10:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:32.623287+0000 mon.smithi012 (mon.0) 648 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-22T19:10:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:32.655436+0000 mon.smithi012 (mon.0) 649 : cluster [DBG] mgrmap e19: smithi012.uvcbek(active, since 6m), standbys: smithi186.dmnwef 2024-02-22T19:10:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.904626+0000 mon.smithi012 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.908278+0000 mon.smithi012 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.914540+0000 mon.smithi012 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:32.925250+0000 mgr.smithi012.uvcbek (mgr.14164) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi012.hvjfdk 2024-02-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.925621+0000 mon.smithi012 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.929483+0000 mon.smithi012 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:32.930030+0000 mgr.smithi012.uvcbek (mgr.14164) 281 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.930368+0000 mon.smithi012 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.933828+0000 mon.smithi012 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.934931+0000 mon.smithi012 (mon.0) 657 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:33.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.979165+0000 mon.smithi012 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:10:33.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:32.982895+0000 mon.smithi012 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:10:33.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:33.029103+0000 mgr.smithi012.uvcbek (mgr.14164) 282 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:10:33.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:33.029226+0000 mgr.smithi012.uvcbek (mgr.14164) 283 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi012.hvjfdk-rgw 2024-02-22T19:10:33.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:33.029606+0000 mon.smithi012 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:10:33.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:33.033656+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:10:33.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:33.038846+0000 mon.smithi012 (mon.0) 662 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:33.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:33.039722+0000 mgr.smithi012.uvcbek (mgr.14164) 284 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi012.hvjfdk on smithi012 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:32.623287+0000 mon.smithi012 (mon.0) 648 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:32.655436+0000 mon.smithi012 (mon.0) 649 : cluster [DBG] mgrmap e19: smithi012.uvcbek(active, since 6m), standbys: smithi186.dmnwef 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.904626+0000 mon.smithi012 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.908278+0000 mon.smithi012 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.914540+0000 mon.smithi012 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:32.925250+0000 mgr.smithi012.uvcbek (mgr.14164) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi012.hvjfdk 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.925621+0000 mon.smithi012 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.929483+0000 mon.smithi012 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:32.930030+0000 mgr.smithi012.uvcbek (mgr.14164) 281 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-22T19:10:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.930368+0000 mon.smithi012 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.933828+0000 mon.smithi012 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.934931+0000 mon.smithi012 (mon.0) 657 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.979165+0000 mon.smithi012 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:32.982895+0000 mon.smithi012 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:33.029103+0000 mgr.smithi012.uvcbek (mgr.14164) 282 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:33.029226+0000 mgr.smithi012.uvcbek (mgr.14164) 283 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi012.hvjfdk-rgw 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:33.029606+0000 mon.smithi012 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:33.033656+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:33.038846+0000 mon.smithi012 (mon.0) 662 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:33.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:33.039722+0000 mgr.smithi012.uvcbek (mgr.14164) 284 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi012.hvjfdk on smithi012 2024-02-22T19:10:34.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:34.249678+0000 mgr.smithi012.uvcbek (mgr.14164) 285 : cluster [DBG] pgmap v244: 97 pgs: 5 unknown, 92 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-22T19:10:34.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:34.249678+0000 mgr.smithi012.uvcbek (mgr.14164) 285 : cluster [DBG] pgmap v244: 97 pgs: 5 unknown, 92 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-22T19:10:35.944 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:10:35.944 INFO:teuthology.orchestra.run.smithi012.stdout: "bind": "/fake", 2024-02-22T19:10:35.944 INFO:teuthology.orchestra.run.smithi012.stdout: "fs": "foofs", 2024-02-22T19:10:35.944 INFO:teuthology.orchestra.run.smithi012.stdout: "path": "/", 2024-02-22T19:10:35.944 INFO:teuthology.orchestra.run.smithi012.stdout: "cluster": "foo", 2024-02-22T19:10:35.945 INFO:teuthology.orchestra.run.smithi012.stdout: "mode": "RW" 2024-02-22T19:10:35.945 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:10:36.349 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:35.936095+0000 mon.smithi012 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:36.350 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:35.939402+0000 mon.smithi012 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:36.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:35.936095+0000 mon.smithi012 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:36.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:35.939402+0000 mon.smithi012 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:36.874 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-22T19:10:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:35.916188+0000 mgr.smithi012.uvcbek (mgr.14164) 286 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:36.250261+0000 mgr.smithi012.uvcbek (mgr.14164) 287 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-22T19:10:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:36.496486+0000 mon.smithi012 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:36.497646+0000 mon.smithi012 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-22T19:10:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:36.500372+0000 mon.smithi012 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-22T19:10:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:36.501168+0000 mon.smithi012 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:37.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:36.503789+0000 mon.smithi012 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:37.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:36.504866+0000 mon.smithi012 (mon.0) 670 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:35.916188+0000 mgr.smithi012.uvcbek (mgr.14164) 286 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:36.250261+0000 mgr.smithi012.uvcbek (mgr.14164) 287 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-02-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:36.496486+0000 mon.smithi012 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:36.497646+0000 mon.smithi012 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:36.500372+0000 mon.smithi012 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:36.501168+0000 mon.smithi012 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:36.503789+0000 mon.smithi012 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 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-22T19:10:37.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:36.504866+0000 mon.smithi012 (mon.0) 670 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:38.253 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:36.497424+0000 mgr.smithi012.uvcbek (mgr.14164) 288 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:10:38.254 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:36.500893+0000 mgr.smithi012.uvcbek (mgr.14164) 289 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-22T19:10:38.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:36.497424+0000 mgr.smithi012.uvcbek (mgr.14164) 288 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:10:38.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:36.500893+0000 mgr.smithi012.uvcbek (mgr.14164) 289 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-22T19:10:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:38.250937+0000 mgr.smithi012.uvcbek (mgr.14164) 290 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-02-22T19:10:39.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:38.250937+0000 mgr.smithi012.uvcbek (mgr.14164) 290 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-02-22T19:10:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:38.931453+0000 mgr.smithi012.uvcbek (mgr.14164) 291 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:39.399801+0000 mon.smithi012 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:10:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:39.405598+0000 mon.smithi012 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:10:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:39.453408+0000 mon.smithi012 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:10:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:39.456768+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:10:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:39.458367+0000 mon.smithi012 (mon.0) 675 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:40.557 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:38.931453+0000 mgr.smithi012.uvcbek (mgr.14164) 291 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:40.557 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:39.399801+0000 mon.smithi012 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:10:40.557 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:39.405598+0000 mon.smithi012 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:10:40.557 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:39.453408+0000 mon.smithi012 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:10:40.557 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:39.456768+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:10:40.557 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:39.458367+0000 mon.smithi012 (mon.0) 675 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:41.558 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:39.452932+0000 mgr.smithi012.uvcbek (mgr.14164) 292 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:10:41.558 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:39.453054+0000 mgr.smithi012.uvcbek (mgr.14164) 293 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.ljdpxm-rgw 2024-02-22T19:10:41.558 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:10:39.459115+0000 mgr.smithi012.uvcbek (mgr.14164) 294 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi186.ljdpxm on smithi186 2024-02-22T19:10:41.559 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:40.232373+0000 mgr.smithi012.uvcbek (mgr.14164) 295 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:41.559 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:40.251603+0000 mgr.smithi012.uvcbek (mgr.14164) 296 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-22T19:10:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:39.452932+0000 mgr.smithi012.uvcbek (mgr.14164) 292 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:10:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:39.453054+0000 mgr.smithi012.uvcbek (mgr.14164) 293 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.ljdpxm-rgw 2024-02-22T19:10:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:10:39.459115+0000 mgr.smithi012.uvcbek (mgr.14164) 294 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi186.ljdpxm on smithi186 2024-02-22T19:10:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:40.232373+0000 mgr.smithi012.uvcbek (mgr.14164) 295 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:40.251603+0000 mgr.smithi012.uvcbek (mgr.14164) 296 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-22T19:10:42.845 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo 2/2 - 11s count:2 2024-02-22T19:10:43.306 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:41.529984+0000 mgr.smithi012.uvcbek (mgr.14164) 297 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:43.306 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:42.007376+0000 mon.smithi012 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:43.306 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:42.008621+0000 mon.smithi012 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:43.306 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:42.009585+0000 mon.smithi012 (mon.0) 678 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:43.306 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:42.010380+0000 mon.smithi012 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:43.306 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:42.252086+0000 mgr.smithi012.uvcbek (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-02-22T19:10:43.306 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:42.924413+0000 mon.smithi012 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:43.380 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:41.529984+0000 mgr.smithi012.uvcbek (mgr.14164) 297 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:43.380 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:42.007376+0000 mon.smithi012 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:43.380 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:42.008621+0000 mon.smithi012 (mon.0) 677 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:43.380 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:42.009585+0000 mon.smithi012 (mon.0) 678 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:43.380 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:42.010380+0000 mon.smithi012 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:43.380 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:42.252086+0000 mgr.smithi012.uvcbek (mgr.14164) 298 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-02-22T19:10:43.380 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:42.924413+0000 mon.smithi012 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:43.625 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-22T19:10:43.634 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:10:43.635 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-22T19:10:43.665 INFO:teuthology.orchestra.run.smithi012.stderr:+ mkdir /mnt/foo 2024-02-22T19:10:43.690 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-22T19:10:43.759 INFO:teuthology.orchestra.run.smithi012.stderr:++ hostname 2024-02-22T19:10:43.759 INFO:teuthology.orchestra.run.smithi012.stderr:+ mount -t nfs smithi012:/fake /mnt/foo -o sync 2024-02-22T19:10:44.447 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-22T19:10:44.514 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:42.829062+0000 mgr.smithi012.uvcbek (mgr.14164) 299 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:44.517 INFO:teuthology.orchestra.run.smithi012.stderr:+ echo test 2024-02-22T19:10:44.525 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-22T19:10:44.594 INFO:teuthology.orchestra.run.smithi012.stderr:+ sync 2024-02-22T19:10:44.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:42.829062+0000 mgr.smithi012.uvcbek (mgr.14164) 299 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:10:44.946 INFO:teuthology.run_tasks:Running task parallel... 2024-02-22T19:10:44.956 INFO:teuthology.task.parallel:starting parallel... 2024-02-22T19:10:44.956 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-22T19:10:44.957 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-22T19:10:44.957 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:10:44.957 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-22T19:10:44.958 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-22T19:10:44.958 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-22T19:10:44.958 INFO:teuthology.task.exec:Executing custom commands... 2024-02-22T19:10:44.958 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:10:44.959 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-22T19:10:45.045 INFO:teuthology.orchestra.run.smithi012.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-22T19:10:45.045 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:10:45.045 INFO:teuthology.orchestra.run.smithi012.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-22T19:10:45.057 INFO:teuthology.orchestra.run.smithi012.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-22T19:10:45.157 INFO:teuthology.orchestra.run.smithi012.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-22T19:10:45.157 INFO:teuthology.orchestra.run.smithi012.stdout:releasing clients 2024-02-22T19:10:45.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:44.252745+0000 mgr.smithi012.uvcbek (mgr.14164) 300 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-22T19:10:45.223 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:44.788840+0000 mon.smithi012 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:45.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:44.252745+0000 mgr.smithi012.uvcbek (mgr.14164) 300 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-22T19:10:45.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:44.788840+0000 mon.smithi012 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:46.157 INFO:teuthology.orchestra.run.smithi012.stdout: 5 299 54.89 MB/sec warmup 1 sec latency 12.769 ms 2024-02-22T19:10:47.158 INFO:teuthology.orchestra.run.smithi012.stdout: 5 645 52.66 MB/sec warmup 2 sec latency 10.171 ms 2024-02-22T19:10:47.529 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:46.253223+0000 mgr.smithi012.uvcbek (mgr.14164) 301 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 1.3 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 122 KiB/s wr, 17 op/s 2024-02-22T19:10:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:46.253223+0000 mgr.smithi012.uvcbek (mgr.14164) 301 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 1.3 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 122 KiB/s wr, 17 op/s 2024-02-22T19:10:48.157 INFO:teuthology.orchestra.run.smithi012.stdout: 5 1670 43.69 MB/sec warmup 3 sec latency 11.732 ms 2024-02-22T19:10:49.088 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-22T19:10:49.157 INFO:teuthology.orchestra.run.smithi012.stdout: 5 3145 42.59 MB/sec warmup 4 sec latency 9.901 ms 2024-02-22T19:10:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:48.253777+0000 mgr.smithi012.uvcbek (mgr.14164) 302 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 67 MiB data, 186 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 5.5 MiB/s wr, 156 op/s 2024-02-22T19:10:49.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:48.253777+0000 mgr.smithi012.uvcbek (mgr.14164) 302 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 67 MiB data, 186 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 5.5 MiB/s wr, 156 op/s 2024-02-22T19:10:50.157 INFO:teuthology.orchestra.run.smithi012.stdout: 5 4100 40.10 MB/sec warmup 5 sec latency 14.214 ms 2024-02-22T19:10:51.158 INFO:teuthology.orchestra.run.smithi012.stdout: 5 5461 37.94 MB/sec warmup 6 sec latency 21.020 ms 2024-02-22T19:10:51.311 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:50.254254+0000 mgr.smithi012.uvcbek (mgr.14164) 303 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 94 MiB data, 346 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.8 MiB/s wr, 213 op/s 2024-02-22T19:10:51.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:50.254254+0000 mgr.smithi012.uvcbek (mgr.14164) 303 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 94 MiB data, 346 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 7.8 MiB/s wr, 213 op/s 2024-02-22T19:10:52.158 INFO:teuthology.orchestra.run.smithi012.stdout: 5 6486 37.32 MB/sec warmup 7 sec latency 26.624 ms 2024-02-22T19:10:53.158 INFO:teuthology.orchestra.run.smithi012.stdout: 5 7549 36.99 MB/sec warmup 8 sec latency 12.464 ms 2024-02-22T19:10:53.240 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-22T19:10:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:52.254856+0000 mgr.smithi012.uvcbek (mgr.14164) 304 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 122 MiB data, 556 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 13 MiB/s wr, 729 op/s 2024-02-22T19:10:53.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:52.254856+0000 mgr.smithi012.uvcbek (mgr.14164) 304 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 122 MiB data, 556 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 13 MiB/s wr, 729 op/s 2024-02-22T19:10:54.158 INFO:teuthology.orchestra.run.smithi012.stdout: 5 8618 35.73 MB/sec warmup 9 sec latency 12.602 ms 2024-02-22T19:10:54.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:53.636280+0000 mon.smithi012 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:54.026390+0000 mon.smithi012 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:54.035310+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:54.038433+0000 mon.smithi012 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:54.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:54.039770+0000 mon.smithi012 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:54.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:54.040903+0000 mon.smithi012 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:54.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:54.255357+0000 mgr.smithi012.uvcbek (mgr.14164) 305 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 132 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 15 MiB/s wr, 878 op/s 2024-02-22T19:10:54.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:54.374453+0000 mon.smithi012 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:54.383073+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:53.636280+0000 mon.smithi012 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:54.026390+0000 mon.smithi012 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:54.035310+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:54.038433+0000 mon.smithi012 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:54.039770+0000 mon.smithi012 (mon.0) 686 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:54.040903+0000 mon.smithi012 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:54.255357+0000 mgr.smithi012.uvcbek (mgr.14164) 305 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 132 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 15 MiB/s wr, 878 op/s 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:54.374453+0000 mon.smithi012 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:54.383073+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:55.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 9787 34.29 MB/sec warmup 10 sec latency 18.021 ms 2024-02-22T19:10:56.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 10964 35.48 MB/sec warmup 11 sec latency 23.188 ms 2024-02-22T19:10:56.829 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-22T19:10:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:55.998216+0000 mon.smithi012 (mon.0) 690 : audit [INF] from='client.? 172.21.15.12:0/3474265831' entity='client.admin' 2024-02-22T19:10:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:56.003593+0000 mon.smithi012 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:56.008377+0000 mon.smithi012 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:56.009461+0000 mon.smithi012 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:56.016006+0000 mon.smithi012 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:56.023837+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:56.255846+0000 mgr.smithi012.uvcbek (mgr.14164) 306 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 135 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 16 MiB/s wr, 1k op/s 2024-02-22T19:10:57.158 INFO:teuthology.orchestra.run.smithi012.stdout: 5 11928 33.76 MB/sec warmup 12 sec latency 20.306 ms 2024-02-22T19:10:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:55.998216+0000 mon.smithi012 (mon.0) 690 : audit [INF] from='client.? 172.21.15.12:0/3474265831' entity='client.admin' 2024-02-22T19:10:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:56.003593+0000 mon.smithi012 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:10:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:56.008377+0000 mon.smithi012 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:10:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:56.009461+0000 mon.smithi012 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:10:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:56.016006+0000 mon.smithi012 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:56.023837+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:10:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:56.255846+0000 mgr.smithi012.uvcbek (mgr.14164) 306 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 135 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 16 MiB/s wr, 1k op/s 2024-02-22T19:10:58.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 13208 33.37 MB/sec warmup 13 sec latency 13.818 ms 2024-02-22T19:10:59.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 14379 34.47 MB/sec warmup 14 sec latency 18.064 ms 2024-02-22T19:10:59.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:10:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:10:58.256613+0000 mgr.smithi012.uvcbek (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 156 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 21 MiB/s wr, 1.52k op/s 2024-02-22T19:10:59.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:10:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:10:58.256613+0000 mgr.smithi012.uvcbek (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 156 MiB data, 790 MiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 21 MiB/s wr, 1.52k op/s 2024-02-22T19:11:00.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 15157 32.81 MB/sec warmup 15 sec latency 13.609 ms 2024-02-22T19:11:00.255 INFO:teuthology.orchestra.run.smithi012.stderr:module 'nfs' is already enabled 2024-02-22T19:11:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:10:59.340797+0000 mon.smithi012 (mon.0) 696 : audit [INF] from='client.? 172.21.15.12:0/3325007732' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-22T19:11:00.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:10:59.340797+0000 mon.smithi012 (mon.0) 696 : audit [INF] from='client.? 172.21.15.12:0/3325007732' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-22T19:11:01.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 16407 32.37 MB/sec warmup 16 sec latency 20.529 ms 2024-02-22T19:11:01.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:00.248666+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='client.? 172.21.15.12:0/3325007732' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-22T19:11:01.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:00.248732+0000 mon.smithi012 (mon.0) 698 : cluster [DBG] mgrmap e20: smithi012.uvcbek(active, since 6m), standbys: smithi186.dmnwef 2024-02-22T19:11:01.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:00.257091+0000 mgr.smithi012.uvcbek (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 161 MiB data, 823 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 18 MiB/s wr, 1.55k op/s 2024-02-22T19:11:01.671 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-22T19:11:01.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:00.248666+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='client.? 172.21.15.12:0/3325007732' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-22T19:11:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:00.248732+0000 mon.smithi012 (mon.0) 698 : cluster [DBG] mgrmap e20: smithi012.uvcbek(active, since 6m), standbys: smithi186.dmnwef 2024-02-22T19:11:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:00.257091+0000 mgr.smithi012.uvcbek (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 161 MiB data, 823 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 18 MiB/s wr, 1.55k op/s 2024-02-22T19:11:02.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 17664 33.34 MB/sec warmup 17 sec latency 18.334 ms 2024-02-22T19:11:03.159 INFO:teuthology.orchestra.run.smithi012.stdout: 5 18614 32.60 MB/sec warmup 18 sec latency 15.456 ms 2024-02-22T19:11:03.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:02.257595+0000 mgr.smithi012.uvcbek (mgr.14164) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 169 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 19 MiB/s wr, 1.71k op/s 2024-02-22T19:11:03.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:02.763052+0000 mon.smithi012 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-02-22T19:11:03.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:02.763305+0000 mon.smithi012 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-22T19:11:03.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:02.763526+0000 mon.smithi012 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-22T19:11:03.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:02.763973+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-22T19:11:03.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:02.897241+0000 mon.smithi012 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:11:03.589 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:02.897399+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:11:03.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:02.257595+0000 mgr.smithi012.uvcbek (mgr.14164) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 169 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 19 MiB/s wr, 1.71k op/s 2024-02-22T19:11:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:02.763052+0000 mon.smithi012 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-02-22T19:11:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:02.763305+0000 mon.smithi012 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-02-22T19:11:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:02.763526+0000 mon.smithi012 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-22T19:11:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:02.763973+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-22T19:11:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:02.897241+0000 mon.smithi012 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:11:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:02.897399+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:11:04.160 INFO:teuthology.orchestra.run.smithi012.stdout: 5 19658 32.17 MB/sec warmup 19 sec latency 24.986 ms 2024-02-22T19:11:04.254 INFO:teuthology.orchestra.run.smithi012.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-22T19:11:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:03.316243+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2024-02-22T19:11:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:03.316309+0000 mon.smithi012 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-02-22T19:11:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:03.316338+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]': finished 2024-02-22T19:11:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:03.316363+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-02-22T19:11:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:03.316385+0000 mon.smithi012 (mon.0) 709 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-22T19:11:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:04.251522+0000 mon.smithi012 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:04.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:04.252590+0000 mon.smithi012 (mon.0) 711 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:11:04.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:04.254458+0000 mon.smithi012 (mon.0) 712 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:11:04.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:04.255779+0000 mon.smithi012 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:11:04.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:04.263146+0000 mon.smithi012 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:04.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:04.272172+0000 mon.smithi012 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:04.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:04.317920+0000 mon.smithi012 (mon.0) 716 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-22T19:11:04.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:03.316243+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:03.316309+0000 mon.smithi012 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:03.316338+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]': finished 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:03.316363+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:03.316385+0000 mon.smithi012 (mon.0) 709 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:04.251522+0000 mon.smithi012 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:04.252590+0000 mon.smithi012 (mon.0) 711 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:04.254458+0000 mon.smithi012 (mon.0) 712 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:04.255779+0000 mon.smithi012 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:04.263146+0000 mon.smithi012 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:04.272172+0000 mon.smithi012 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:04.317920+0000 mon.smithi012 (mon.0) 716 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-22T19:11:05.054 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-22T19:11:05.055 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:11:05.055 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- 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-22T19:11:05.160 INFO:teuthology.orchestra.run.smithi012.stdout: 5 20729 32.19 MB/sec warmup 20 sec latency 20.357 ms 2024-02-22T19:11:05.330 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:04.246586+0000 mgr.smithi012.uvcbek (mgr.14164) 310 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:05.331 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:11:04.247574+0000 mgr.smithi012.uvcbek (mgr.14164) 311 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-22T19:11:05.331 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:04.258053+0000 mgr.smithi012.uvcbek (mgr.14164) 312 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 173 MiB data, 933 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.44k op/s 2024-02-22T19:11:05.331 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:11:04.274967+0000 mgr.smithi012.uvcbek (mgr.14164) 313 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-22T19:11:05.331 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:05.319094+0000 mon.smithi012 (mon.0) 717 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-22T19:11:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:04.246586+0000 mgr.smithi012.uvcbek (mgr.14164) 310 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:11:04.247574+0000 mgr.smithi012.uvcbek (mgr.14164) 311 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-22T19:11:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:04.258053+0000 mgr.smithi012.uvcbek (mgr.14164) 312 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 173 MiB data, 933 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 16 MiB/s wr, 1.44k op/s 2024-02-22T19:11:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:11:04.274967+0000 mgr.smithi012.uvcbek (mgr.14164) 313 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-22T19:11:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:05.319094+0000 mon.smithi012 (mon.0) 717 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-22T19:11:06.160 INFO:teuthology.orchestra.run.smithi012.stdout: 5 21651 32.27 MB/sec warmup 21 sec latency 19.814 ms 2024-02-22T19:11:07.160 INFO:teuthology.orchestra.run.smithi012.stdout: 5 22389 31.27 MB/sec warmup 22 sec latency 66.476 ms 2024-02-22T19:11:07.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:06.258466+0000 mgr.smithi012.uvcbek (mgr.14164) 314 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 178 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.07k op/s 2024-02-22T19:11:07.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:06.333378+0000 mon.smithi012 (mon.0) 718 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-22T19:11:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:06.258466+0000 mgr.smithi012.uvcbek (mgr.14164) 314 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 178 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.07k op/s 2024-02-22T19:11:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:06.333378+0000 mon.smithi012 (mon.0) 718 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-22T19:11:08.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 23254 30.75 MB/sec warmup 23 sec latency 58.546 ms 2024-02-22T19:11:08.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:07.339445+0000 mon.smithi012 (mon.0) 719 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-22T19:11:08.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:07.339445+0000 mon.smithi012 (mon.0) 719 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-22T19:11:09.160 INFO:teuthology.orchestra.run.smithi012.stdout: 5 24209 30.58 MB/sec warmup 24 sec latency 79.119 ms 2024-02-22T19:11:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:08.258862+0000 mgr.smithi012.uvcbek (mgr.14164) 315 : cluster [DBG] pgmap v266: 97 pgs: 1 peering, 96 active+clean; 183 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s wr, 1.36k op/s; 1024 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:09.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:08.258862+0000 mgr.smithi012.uvcbek (mgr.14164) 315 : cluster [DBG] pgmap v266: 97 pgs: 1 peering, 96 active+clean; 183 MiB data, 1003 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s wr, 1.36k op/s; 1024 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:10.160 INFO:teuthology.orchestra.run.smithi012.stdout: 5 25234 30.94 MB/sec warmup 25 sec latency 46.143 ms 2024-02-22T19:11:11.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 25898 30.12 MB/sec warmup 26 sec latency 23.450 ms 2024-02-22T19:11:11.333 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:11:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:10.262095+0000 mgr.smithi012.uvcbek (mgr.14164) 316 : cluster [DBG] pgmap v267: 97 pgs: 1 peering, 96 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.50k op/s; 689 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:10.262095+0000 mgr.smithi012.uvcbek (mgr.14164) 316 : cluster [DBG] pgmap v267: 97 pgs: 1 peering, 96 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.50k op/s; 689 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:12.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 26919 29.76 MB/sec warmup 27 sec latency 22.109 ms 2024-02-22T19:11:12.323 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:11:12.323 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (5m) 18s ago 6m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (6m) 18s ago 6m 6395k - 16.2.5 6933c2a0b7dd 15a76caeae08 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (5m) 27s ago 5m 6391k - 16.2.5 6933c2a0b7dd ca465d840bbf 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (4m) 18s ago 6m 32.9M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (50s) 18s ago 49s 18.2M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (47s) 27s ago 47s 12.2M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:9283 running (8m) 18s ago 8m 422M - 16.2.5 6933c2a0b7dd acb972843a20 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (5m) 27s ago 5m 369M - 16.2.5 6933c2a0b7dd 3b6deee590ab 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (8m) 18s ago 8m 45.8M 2048M 16.2.5 6933c2a0b7dd a8d3be3af30e 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (5m) 27s ago 5m 37.0M 2048M 16.2.5 6933c2a0b7dd 17db2906d695 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.0.smithi012.hvjfdk smithi012 *:2049 running (36s) 18s ago 35s 53.5M - 3.5 6933c2a0b7dd 866ee46d8a4e 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.0.smithi186.ljdpxm smithi186 *:2049 running (31s) 27s ago 30s 51.4M - 3.5 6933c2a0b7dd f5f2cd6af1af 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (6m) 18s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:11:12.324 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (5m) 27s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (4m) 18s ago 4m 37.8M 3225M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (4m) 18s ago 4m 38.7M 3225M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (4m) 18s ago 4m 36.4M 3225M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (3m) 18s ago 3m 39.7M 3225M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (3m) 27s ago 3m 39.7M 3992M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (3m) 27s ago 3m 36.9M 3992M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (2m) 27s ago 2m 37.4M 3992M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (2m) 27s ago 2m 37.0M 3992M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:11:12.325 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (4m) 18s ago 5m 39.8M - 2.18.1 de242295e225 562dc7e521b6 2024-02-22T19:11:12.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:11.313855+0000 mgr.smithi012.uvcbek (mgr.14164) 317 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:12.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:11.313855+0000 mgr.smithi012.uvcbek (mgr.14164) 317 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:12.910 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:11:12.910 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:11:12.910 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:11:12.910 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-22T19:11:12.911 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:11:12.912 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:11:13.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 27542 29.25 MB/sec warmup 28 sec latency 27.935 ms 2024-02-22T19:11:13.422 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:11:13.422 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59", 2024-02-22T19:11:13.422 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:11:13.422 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2024-02-22T19:11:13.422 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "", 2024-02-22T19:11:13.422 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 image" 2024-02-22T19:11:13.422 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:11:13.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:11.808258+0000 mgr.smithi012.uvcbek (mgr.14164) 318 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:13.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:12.262667+0000 mgr.smithi012.uvcbek (mgr.14164) 319 : cluster [DBG] pgmap v268: 97 pgs: 1 peering, 96 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.46k op/s; 590 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:13.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:12.309705+0000 mgr.smithi012.uvcbek (mgr.14164) 320 : audit [DBG] from='client.24399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:13.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:12.903658+0000 mon.smithi186 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.12:0/1922922737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:11:13.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:11.808258+0000 mgr.smithi012.uvcbek (mgr.14164) 318 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:13.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:12.262667+0000 mgr.smithi012.uvcbek (mgr.14164) 319 : cluster [DBG] pgmap v268: 97 pgs: 1 peering, 96 active+clean; 197 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 15 MiB/s wr, 1.46k op/s; 590 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:13.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:12.309705+0000 mgr.smithi012.uvcbek (mgr.14164) 320 : audit [DBG] from='client.24399 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:13.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:12.903658+0000 mon.smithi186 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.12:0/1922922737' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:11:14.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 28203 29.23 MB/sec warmup 29 sec latency 29.432 ms 2024-02-22T19:11:14.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:13.421976+0000 mgr.smithi012.uvcbek (mgr.14164) 321 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:14.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:13.421976+0000 mgr.smithi012.uvcbek (mgr.14164) 321 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:15.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 28877 28.99 MB/sec warmup 30 sec latency 17.773 ms 2024-02-22T19:11:15.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:14.263193+0000 mgr.smithi012.uvcbek (mgr.14164) 322 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 200 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.53k op/s; 512 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:14.263193+0000 mgr.smithi012.uvcbek (mgr.14164) 322 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 200 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.53k op/s; 512 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:16.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 29793 28.60 MB/sec warmup 31 sec latency 20.699 ms 2024-02-22T19:11:17.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 30968 28.48 MB/sec warmup 32 sec latency 18.554 ms 2024-02-22T19:11:17.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:16.263712+0000 mgr.smithi012.uvcbek (mgr.14164) 323 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.29k op/s; 412 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:16.263712+0000 mgr.smithi012.uvcbek (mgr.14164) 323 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.29k op/s; 412 KiB/s, 0 keys/s, 0 objects/s recovering 2024-02-22T19:11:18.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 31999 28.89 MB/sec warmup 33 sec latency 16.813 ms 2024-02-22T19:11:19.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 32743 28.48 MB/sec warmup 34 sec latency 25.729 ms 2024-02-22T19:11:19.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:17.933868+0000 mon.smithi012 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:19.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:18.264271+0000 mgr.smithi012.uvcbek (mgr.14164) 324 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 203 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.15k op/s 2024-02-22T19:11:19.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:17.933868+0000 mon.smithi012 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:19.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:18.264271+0000 mgr.smithi012.uvcbek (mgr.14164) 324 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 203 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 11 MiB/s wr, 1.15k op/s 2024-02-22T19:11:20.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 33620 28.28 MB/sec warmup 35 sec latency 18.713 ms 2024-02-22T19:11:21.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 34761 28.25 MB/sec warmup 36 sec latency 30.563 ms 2024-02-22T19:11:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:20.264774+0000 mgr.smithi012.uvcbek (mgr.14164) 325 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-22T19:11:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:20.264774+0000 mgr.smithi012.uvcbek (mgr.14164) 325 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.10k op/s 2024-02-22T19:11:22.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 35884 28.63 MB/sec warmup 37 sec latency 16.127 ms 2024-02-22T19:11:23.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 36693 28.21 MB/sec warmup 38 sec latency 19.558 ms 2024-02-22T19:11:23.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:22.265402+0000 mgr.smithi012.uvcbek (mgr.14164) 326 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-02-22T19:11:23.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:22.265402+0000 mgr.smithi012.uvcbek (mgr.14164) 326 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-02-22T19:11:24.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 37637 27.98 MB/sec warmup 39 sec latency 22.589 ms 2024-02-22T19:11:25.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 38533 28.10 MB/sec warmup 40 sec latency 21.357 ms 2024-02-22T19:11:25.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:24.265880+0000 mgr.smithi012.uvcbek (mgr.14164) 327 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 227 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.01k op/s 2024-02-22T19:11:25.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:24.265880+0000 mgr.smithi012.uvcbek (mgr.14164) 327 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 227 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.01k op/s 2024-02-22T19:11:26.161 INFO:teuthology.orchestra.run.smithi012.stdout: 5 39387 28.16 MB/sec warmup 41 sec latency 17.262 ms 2024-02-22T19:11:27.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 39940 27.63 MB/sec warmup 42 sec latency 23.128 ms 2024-02-22T19:11:27.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:26.266373+0000 mgr.smithi012.uvcbek (mgr.14164) 328 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-02-22T19:11:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:26.266373+0000 mgr.smithi012.uvcbek (mgr.14164) 328 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-02-22T19:11:28.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 40793 27.54 MB/sec warmup 43 sec latency 30.280 ms 2024-02-22T19:11:29.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 41668 27.27 MB/sec warmup 44 sec latency 22.375 ms 2024-02-22T19:11:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:28.267012+0000 mgr.smithi012.uvcbek (mgr.14164) 329 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-22T19:11:29.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:28.267012+0000 mgr.smithi012.uvcbek (mgr.14164) 329 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 238 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-02-22T19:11:30.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 42388 27.35 MB/sec warmup 45 sec latency 73.316 ms 2024-02-22T19:11:31.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 42980 27.21 MB/sec warmup 46 sec latency 29.902 ms 2024-02-22T19:11:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:30.267493+0000 mgr.smithi012.uvcbek (mgr.14164) 330 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 241 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-02-22T19:11:31.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:30.267493+0000 mgr.smithi012.uvcbek (mgr.14164) 330 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 241 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-02-22T19:11:32.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 43681 26.84 MB/sec warmup 47 sec latency 27.221 ms 2024-02-22T19:11:33.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 44854 26.82 MB/sec warmup 48 sec latency 17.360 ms 2024-02-22T19:11:33.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:32.268010+0000 mgr.smithi012.uvcbek (mgr.14164) 331 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-02-22T19:11:33.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:32.268010+0000 mgr.smithi012.uvcbek (mgr.14164) 331 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-02-22T19:11:34.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 45958 27.08 MB/sec warmup 49 sec latency 12.681 ms 2024-02-22T19:11:35.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 46669 26.99 MB/sec warmup 50 sec latency 16.974 ms 2024-02-22T19:11:35.332 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:34.268529+0000 mgr.smithi012.uvcbek (mgr.14164) 332 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-02-22T19:11:35.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:34.268529+0000 mgr.smithi012.uvcbek (mgr.14164) 332 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 250 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-02-22T19:11:36.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 47572 26.77 MB/sec warmup 51 sec latency 15.336 ms 2024-02-22T19:11:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:35.815329+0000 mon.smithi012 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:11:35.816463+0000 mgr.smithi012.uvcbek (mgr.14164) 333 : cephadm [INF] Upgrade: Target is version 16.2.14-550-geb66ed92 (pacific) 2024-02-22T19:11:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:11:35.816841+0000 mgr.smithi012.uvcbek (mgr.14164) 334 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010, digests ['quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010'] 2024-02-22T19:11:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:35.818173+0000 mon.smithi012 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:11:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:11:35.819354+0000 mgr.smithi012.uvcbek (mgr.14164) 335 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi012.uvcbek) 2024-02-22T19:11:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:11:36.091972+0000 mgr.smithi012.uvcbek (mgr.14164) 336 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010 on smithi186 2024-02-22T19:11:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:36.269016+0000 mgr.smithi012.uvcbek (mgr.14164) 337 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 257 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-22T19:11:37.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 48729 26.74 MB/sec warmup 52 sec latency 17.974 ms 2024-02-22T19:11:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:35.815329+0000 mon.smithi012 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:11:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:11:35.816463+0000 mgr.smithi012.uvcbek (mgr.14164) 333 : cephadm [INF] Upgrade: Target is version 16.2.14-550-geb66ed92 (pacific) 2024-02-22T19:11:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:11:35.816841+0000 mgr.smithi012.uvcbek (mgr.14164) 334 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010, digests ['quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010'] 2024-02-22T19:11:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:35.818173+0000 mon.smithi012 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:11:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:11:35.819354+0000 mgr.smithi012.uvcbek (mgr.14164) 335 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi012.uvcbek) 2024-02-22T19:11:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:11:36.091972+0000 mgr.smithi012.uvcbek (mgr.14164) 336 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010 on smithi186 2024-02-22T19:11:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:36.269016+0000 mgr.smithi012.uvcbek (mgr.14164) 337 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 257 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-22T19:11:38.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 49913 27.15 MB/sec warmup 53 sec latency 15.785 ms 2024-02-22T19:11:39.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 50776 26.89 MB/sec warmup 54 sec latency 26.726 ms 2024-02-22T19:11:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:38.269639+0000 mgr.smithi012.uvcbek (mgr.14164) 338 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 267 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-22T19:11:39.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:38.269639+0000 mgr.smithi012.uvcbek (mgr.14164) 338 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 267 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-22T19:11:40.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 51879 26.88 MB/sec warmup 55 sec latency 27.629 ms 2024-02-22T19:11:41.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 52655 26.82 MB/sec warmup 56 sec latency 24.956 ms 2024-02-22T19:11:41.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:40.270070+0000 mgr.smithi012.uvcbek (mgr.14164) 339 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-22T19:11:41.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:40.270070+0000 mgr.smithi012.uvcbek (mgr.14164) 339 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-02-22T19:11:42.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 53535 26.95 MB/sec warmup 57 sec latency 28.346 ms 2024-02-22T19:11:43.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 54388 26.70 MB/sec warmup 58 sec latency 14.896 ms 2024-02-22T19:11:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:42.270981+0000 mgr.smithi012.uvcbek (mgr.14164) 340 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 279 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-22T19:11:43.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:42.270981+0000 mgr.smithi012.uvcbek (mgr.14164) 340 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 279 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-22T19:11:43.809 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:11:44.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 55049 26.57 MB/sec warmup 59 sec latency 28.097 ms 2024-02-22T19:11:44.556 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:11:44.556 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (5m) 50s ago 7m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (7m) 50s ago 7m 6395k - 16.2.5 6933c2a0b7dd 15a76caeae08 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (6m) 59s ago 6m 6391k - 16.2.5 6933c2a0b7dd ca465d840bbf 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (5m) 50s ago 6m 32.9M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (82s) 50s ago 81s 18.2M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (79s) 59s ago 79s 12.2M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:9283 running (8m) 50s ago 8m 422M - 16.2.5 6933c2a0b7dd acb972843a20 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (6m) 59s ago 6m 369M - 16.2.5 6933c2a0b7dd 3b6deee590ab 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (8m) 50s ago 8m 45.8M 2048M 16.2.5 6933c2a0b7dd a8d3be3af30e 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (6m) 59s ago 6m 37.0M 2048M 16.2.5 6933c2a0b7dd 17db2906d695 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.0.smithi012.hvjfdk smithi012 *:2049 running (68s) 50s ago 68s 53.5M - 3.5 6933c2a0b7dd 866ee46d8a4e 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.0.smithi186.ljdpxm smithi186 *:2049 running (63s) 59s ago 62s 51.4M - 3.5 6933c2a0b7dd f5f2cd6af1af 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (6m) 50s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (5m) 59s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:11:44.557 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (5m) 50s ago 5m 37.8M 3225M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (5m) 50s ago 5m 38.7M 3225M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (4m) 50s ago 4m 36.4M 3225M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (4m) 50s ago 4m 39.7M 3225M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (4m) 59s ago 4m 39.7M 3992M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (3m) 59s ago 3m 36.9M 3992M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (3m) 59s ago 3m 37.4M 3992M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (2m) 59s ago 2m 37.0M 3992M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:11:44.558 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (5m) 50s ago 6m 39.8M - 2.18.1 de242295e225 562dc7e521b6 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:11:44.975 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:11:44.976 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-22T19:11:44.976 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:11:44.976 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:11:45.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 55686 26.30 MB/sec warmup 60 sec latency 42.170 ms 2024-02-22T19:11:45.329 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:11:45.329 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:11:45.329 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:11:45.329 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2024-02-22T19:11:45.329 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-22T19:11:45.329 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010 image on host smithi186" 2024-02-22T19:11:45.329 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:11:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:43.794203+0000 mgr.smithi012.uvcbek (mgr.14164) 341 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:44.191008+0000 mgr.smithi012.uvcbek (mgr.14164) 342 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:44.271438+0000 mgr.smithi012.uvcbek (mgr.14164) 343 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-22T19:11:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:44.974415+0000 mon.smithi012 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.12:0/788588279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:11:45.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:43.794203+0000 mgr.smithi012.uvcbek (mgr.14164) 341 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:45.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:44.191008+0000 mgr.smithi012.uvcbek (mgr.14164) 342 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:45.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:44.271438+0000 mgr.smithi012.uvcbek (mgr.14164) 343 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-22T19:11:45.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:44.974415+0000 mon.smithi012 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.12:0/788588279' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:11:46.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 56403 26.34 MB/sec warmup 61 sec latency 19.519 ms 2024-02-22T19:11:46.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:44.541881+0000 mgr.smithi012.uvcbek (mgr.14164) 344 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:46.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:11:45.328819+0000 mgr.smithi012.uvcbek (mgr.14164) 345 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:46.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:44.541881+0000 mgr.smithi012.uvcbek (mgr.14164) 344 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:46.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:11:45.328819+0000 mgr.smithi012.uvcbek (mgr.14164) 345 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:11:47.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 57229 26.38 MB/sec warmup 62 sec latency 17.718 ms 2024-02-22T19:11:47.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:46.271825+0000 mgr.smithi012.uvcbek (mgr.14164) 346 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-02-22T19:11:47.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:46.271825+0000 mgr.smithi012.uvcbek (mgr.14164) 346 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-02-22T19:11:48.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 58021 26.12 MB/sec warmup 63 sec latency 31.448 ms 2024-02-22T19:11:49.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 58761 26.05 MB/sec warmup 64 sec latency 32.025 ms 2024-02-22T19:11:49.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:48.272422+0000 mgr.smithi012.uvcbek (mgr.14164) 347 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-22T19:11:49.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:48.272422+0000 mgr.smithi012.uvcbek (mgr.14164) 347 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-22T19:11:50.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 59414 25.86 MB/sec warmup 65 sec latency 58.595 ms 2024-02-22T19:11:51.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 60063 25.86 MB/sec warmup 66 sec latency 65.816 ms 2024-02-22T19:11:51.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:50.272902+0000 mgr.smithi012.uvcbek (mgr.14164) 348 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-22T19:11:51.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:50.272902+0000 mgr.smithi012.uvcbek (mgr.14164) 348 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 293 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-22T19:11:52.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 60918 25.85 MB/sec warmup 67 sec latency 62.032 ms 2024-02-22T19:11:53.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 61584 25.62 MB/sec warmup 68 sec latency 101.386 ms 2024-02-22T19:11:53.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:52.273472+0000 mgr.smithi012.uvcbek (mgr.14164) 349 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.14k op/s 2024-02-22T19:11:53.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:52.273472+0000 mgr.smithi012.uvcbek (mgr.14164) 349 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 301 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.14k op/s 2024-02-22T19:11:54.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 62355 25.57 MB/sec warmup 69 sec latency 23.176 ms 2024-02-22T19:11:55.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 63284 25.56 MB/sec warmup 70 sec latency 13.966 ms 2024-02-22T19:11:55.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:54.274010+0000 mgr.smithi012.uvcbek (mgr.14164) 350 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 902 op/s 2024-02-22T19:11:55.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:54.274010+0000 mgr.smithi012.uvcbek (mgr.14164) 350 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 902 op/s 2024-02-22T19:11:56.162 INFO:teuthology.orchestra.run.smithi012.stdout: 5 64241 25.69 MB/sec warmup 71 sec latency 16.942 ms 2024-02-22T19:11:57.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 64970 25.47 MB/sec warmup 72 sec latency 26.138 ms 2024-02-22T19:11:57.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:56.274416+0000 mgr.smithi012.uvcbek (mgr.14164) 351 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 895 op/s 2024-02-22T19:11:57.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:56.274416+0000 mgr.smithi012.uvcbek (mgr.14164) 351 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 305 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 895 op/s 2024-02-22T19:11:58.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 65702 25.41 MB/sec warmup 73 sec latency 24.698 ms 2024-02-22T19:11:59.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 66540 25.29 MB/sec warmup 74 sec latency 23.293 ms 2024-02-22T19:11:59.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:11:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:11:58.274969+0000 mgr.smithi012.uvcbek (mgr.14164) 352 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.07k op/s 2024-02-22T19:11:59.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:11:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:11:58.274969+0000 mgr.smithi012.uvcbek (mgr.14164) 352 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 317 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.07k op/s 2024-02-22T19:12:00.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 67348 25.38 MB/sec warmup 75 sec latency 19.931 ms 2024-02-22T19:12:01.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 67894 25.29 MB/sec warmup 76 sec latency 21.358 ms 2024-02-22T19:12:01.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:00.275495+0000 mgr.smithi012.uvcbek (mgr.14164) 353 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 998 op/s 2024-02-22T19:12:01.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:00.275495+0000 mgr.smithi012.uvcbek (mgr.14164) 353 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 325 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 998 op/s 2024-02-22T19:12:02.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 68403 25.04 MB/sec warmup 77 sec latency 31.210 ms 2024-02-22T19:12:03.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 68917 24.87 MB/sec warmup 78 sec latency 126.854 ms 2024-02-22T19:12:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:02.275953+0000 mgr.smithi012.uvcbek (mgr.14164) 354 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-22T19:12:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:02.908615+0000 mon.smithi012 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:12:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:02.916615+0000 mon.smithi012 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:12:03.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:02.275953+0000 mgr.smithi012.uvcbek (mgr.14164) 354 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 326 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-22T19:12:03.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:02.908615+0000 mon.smithi012 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:12:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:02.916615+0000 mon.smithi012 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:12:04.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 69862 24.86 MB/sec warmup 79 sec latency 16.061 ms 2024-02-22T19:12:05.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 70556 24.84 MB/sec warmup 80 sec latency 15.227 ms 2024-02-22T19:12:05.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:04.276439+0000 mgr.smithi012.uvcbek (mgr.14164) 355 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 10 MiB/s wr, 938 op/s 2024-02-22T19:12:05.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:04.276439+0000 mgr.smithi012.uvcbek (mgr.14164) 355 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 324 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 10 MiB/s wr, 938 op/s 2024-02-22T19:12:06.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 71291 24.88 MB/sec warmup 81 sec latency 22.648 ms 2024-02-22T19:12:07.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 71694 24.66 MB/sec warmup 82 sec latency 33.752 ms 2024-02-22T19:12:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:06.276976+0000 mgr.smithi012.uvcbek (mgr.14164) 356 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 1.00k op/s 2024-02-22T19:12:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:06.276976+0000 mgr.smithi012.uvcbek (mgr.14164) 356 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 1.00k op/s 2024-02-22T19:12:08.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 72148 24.43 MB/sec warmup 83 sec latency 41.156 ms 2024-02-22T19:12:09.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 72877 24.38 MB/sec warmup 84 sec latency 20.080 ms 2024-02-22T19:12:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:08.277597+0000 mgr.smithi012.uvcbek (mgr.14164) 357 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2024-02-22T19:12:09.635 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:08.277597+0000 mgr.smithi012.uvcbek (mgr.14164) 357 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 335 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.21k op/s 2024-02-22T19:12:10.163 INFO:teuthology.orchestra.run.smithi012.stdout: 5 73661 24.28 MB/sec warmup 85 sec latency 25.422 ms 2024-02-22T19:12:10.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:09.662165+0000 mgr.smithi012.uvcbek (mgr.14164) 358 : cephadm [INF] Upgrade: Updating mgr.smithi186.dmnwef 2024-02-22T19:12:10.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:09.667217+0000 mon.smithi012 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:10.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:09.668210+0000 mon.smithi012 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:12:10.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:09.668997+0000 mon.smithi012 (mon.0) 728 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:12:10.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:09.669688+0000 mon.smithi012 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:10.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:09.670391+0000 mgr.smithi012.uvcbek (mgr.14164) 359 : cephadm [INF] Deploying daemon mgr.smithi186.dmnwef on smithi186 2024-02-22T19:12:10.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:10.278062+0000 mgr.smithi012.uvcbek (mgr.14164) 360 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 9.1 MiB/s wr, 941 op/s 2024-02-22T19:12:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:09.662165+0000 mgr.smithi012.uvcbek (mgr.14164) 358 : cephadm [INF] Upgrade: Updating mgr.smithi186.dmnwef 2024-02-22T19:12:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:09.667217+0000 mon.smithi012 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:09.668210+0000 mon.smithi012 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:12:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:09.668997+0000 mon.smithi012 (mon.0) 728 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:12:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:09.669688+0000 mon.smithi012 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:09.670391+0000 mgr.smithi012.uvcbek (mgr.14164) 359 : cephadm [INF] Deploying daemon mgr.smithi186.dmnwef on smithi186 2024-02-22T19:12:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:10.278062+0000 mgr.smithi012.uvcbek (mgr.14164) 360 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 9.1 MiB/s wr, 941 op/s 2024-02-22T19:12:11.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 74534 24.37 MB/sec warmup 86 sec latency 23.836 ms 2024-02-22T19:12:12.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 75254 24.35 MB/sec warmup 87 sec latency 32.326 ms 2024-02-22T19:12:13.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 75947 24.21 MB/sec warmup 88 sec latency 23.688 ms 2024-02-22T19:12:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:12.278631+0000 mgr.smithi012.uvcbek (mgr.14164) 361 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 332 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 993 op/s 2024-02-22T19:12:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:13.223797+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:13.224426+0000 mon.smithi012 (mon.0) 731 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:13.225386+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:13.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:13.226011+0000 mon.smithi012 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:12:13.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:12.278631+0000 mgr.smithi012.uvcbek (mgr.14164) 361 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 332 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 993 op/s 2024-02-22T19:12:13.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:13.223797+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:13.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:13.224426+0000 mon.smithi012 (mon.0) 731 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:13.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:13.225386+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:13.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:13.226011+0000 mon.smithi012 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:12:14.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 76474 24.09 MB/sec warmup 89 sec latency 34.067 ms 2024-02-22T19:12:15.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 77067 23.97 MB/sec warmup 90 sec latency 27.462 ms 2024-02-22T19:12:15.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:14.279025+0000 mgr.smithi012.uvcbek (mgr.14164) 362 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.7 MiB/s wr, 954 op/s 2024-02-22T19:12:15.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:14.279025+0000 mgr.smithi012.uvcbek (mgr.14164) 362 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.7 MiB/s wr, 954 op/s 2024-02-22T19:12:15.684 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:12:16.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 77460 23.85 MB/sec warmup 91 sec latency 30.044 ms 2024-02-22T19:12:16.332 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (6m) 82s ago 7m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (7m) 82s ago 7m 6395k - 16.2.5 6933c2a0b7dd 15a76caeae08 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (6m) 91s ago 6m 6391k - 16.2.5 6933c2a0b7dd ca465d840bbf 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (5m) 82s ago 7m 32.9M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (114s) 82s ago 113s 18.2M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (111s) 91s ago 111s 12.2M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:9283 running (9m) 82s ago 9m 422M - 16.2.5 6933c2a0b7dd acb972843a20 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 starting - - - - 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (9m) 82s ago 9m 45.8M 2048M 16.2.5 6933c2a0b7dd a8d3be3af30e 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (6m) 91s ago 6m 37.0M 2048M 16.2.5 6933c2a0b7dd 17db2906d695 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.0.smithi012.hvjfdk smithi012 *:2049 running (100s) 82s ago 99s 53.5M - 3.5 6933c2a0b7dd 866ee46d8a4e 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.0.smithi186.ljdpxm smithi186 *:2049 running (95s) 91s ago 94s 51.4M - 3.5 6933c2a0b7dd f5f2cd6af1af 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (7m) 82s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:12:16.333 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (6m) 91s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (6m) 82s ago 6m 37.8M 3225M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (5m) 82s ago 5m 38.7M 3225M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (5m) 82s ago 5m 36.4M 3225M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (4m) 82s ago 4m 39.7M 3225M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (4m) 91s ago 4m 39.7M 3992M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (4m) 91s ago 4m 36.9M 3992M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (3m) 91s ago 3m 37.4M 3992M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (3m) 91s ago 3m 37.0M 3992M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:12:16.334 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (5m) 82s ago 6m 39.8M - 2.18.1 de242295e225 562dc7e521b6 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:12:16.734 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:12:16.735 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:16.735 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:12:16.735 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-22T19:12:16.735 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:12:16.735 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:12:17.074 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:12:17.074 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:12:17.074 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:12:17.074 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2024-02-22T19:12:17.074 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "", 2024-02-22T19:12:17.074 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading mgr daemons" 2024-02-22T19:12:17.074 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:12:17.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 78022 23.81 MB/sec warmup 92 sec latency 38.238 ms 2024-02-22T19:12:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:15.668148+0000 mgr.smithi012.uvcbek (mgr.14164) 363 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:16.001569+0000 mgr.smithi012.uvcbek (mgr.14164) 364 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:16.279395+0000 mgr.smithi012.uvcbek (mgr.14164) 365 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 332 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 919 op/s 2024-02-22T19:12:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:16.322976+0000 mgr.smithi012.uvcbek (mgr.14164) 366 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:16.733579+0000 mon.smithi012 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.12:0/4214033932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:12:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:15.668148+0000 mgr.smithi012.uvcbek (mgr.14164) 363 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:16.001569+0000 mgr.smithi012.uvcbek (mgr.14164) 364 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:16.279395+0000 mgr.smithi012.uvcbek (mgr.14164) 365 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 332 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 919 op/s 2024-02-22T19:12:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:16.322976+0000 mgr.smithi012.uvcbek (mgr.14164) 366 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:16.733579+0000 mon.smithi012 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.12:0/4214033932' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:12:18.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 78384 23.69 MB/sec warmup 93 sec latency 54.028 ms 2024-02-22T19:12:18.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:17.073531+0000 mgr.smithi012.uvcbek (mgr.14164) 367 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:18.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:17.073531+0000 mgr.smithi012.uvcbek (mgr.14164) 367 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:19.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 78930 23.56 MB/sec warmup 94 sec latency 62.198 ms 2024-02-22T19:12:19.561 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:18.279848+0000 mgr.smithi012.uvcbek (mgr.14164) 368 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-22T19:12:19.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:18.279848+0000 mgr.smithi012.uvcbek (mgr.14164) 368 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 330 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-02-22T19:12:20.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 79580 23.44 MB/sec warmup 95 sec latency 30.275 ms 2024-02-22T19:12:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:20.244787+0000 mon.smithi012 (mon.0) 735 : cluster [DBG] Standby manager daemon smithi186.dmnwef restarted 2024-02-22T19:12:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:20.244924+0000 mon.smithi012 (mon.0) 736 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:12:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:20.247308+0000 mon.smithi186 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:12:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:20.248067+0000 mon.smithi186 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:12:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:20.251530+0000 mon.smithi186 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:12:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:20.251894+0000 mon.smithi186 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:12:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:20.244787+0000 mon.smithi012 (mon.0) 735 : cluster [DBG] Standby manager daemon smithi186.dmnwef restarted 2024-02-22T19:12:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:20.244924+0000 mon.smithi012 (mon.0) 736 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:12:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:20.247308+0000 mon.smithi186 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:12:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:20.248067+0000 mon.smithi186 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:12:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:20.251530+0000 mon.smithi186 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:12:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:20.251894+0000 mon.smithi186 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:12:21.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 80306 23.39 MB/sec warmup 96 sec latency 29.903 ms 2024-02-22T19:12:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:20.280333+0000 mgr.smithi012.uvcbek (mgr.14164) 369 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.5 MiB/s wr, 832 op/s 2024-02-22T19:12:21.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:20.363144+0000 mon.smithi012 (mon.0) 737 : cluster [DBG] mgrmap e21: smithi012.uvcbek(active, since 8m), standbys: smithi186.dmnwef 2024-02-22T19:12:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:20.280333+0000 mgr.smithi012.uvcbek (mgr.14164) 369 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.5 MiB/s wr, 832 op/s 2024-02-22T19:12:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:20.363144+0000 mon.smithi012 (mon.0) 737 : cluster [DBG] mgrmap e21: smithi012.uvcbek(active, since 8m), standbys: smithi186.dmnwef 2024-02-22T19:12:22.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 80878 23.30 MB/sec warmup 97 sec latency 23.953 ms 2024-02-22T19:12:23.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 81800 23.43 MB/sec warmup 98 sec latency 33.357 ms 2024-02-22T19:12:23.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:22.280778+0000 mgr.smithi012.uvcbek (mgr.14164) 370 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 9.4 MiB/s wr, 950 op/s 2024-02-22T19:12:23.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:22.280778+0000 mgr.smithi012.uvcbek (mgr.14164) 370 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 9.4 MiB/s wr, 950 op/s 2024-02-22T19:12:24.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 82500 23.34 MB/sec warmup 99 sec latency 27.360 ms 2024-02-22T19:12:25.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 83325 23.30 MB/sec warmup 100 sec latency 27.501 ms 2024-02-22T19:12:25.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:24.281207+0000 mgr.smithi012.uvcbek (mgr.14164) 371 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.2 MiB/s wr, 806 op/s 2024-02-22T19:12:25.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:24.281207+0000 mgr.smithi012.uvcbek (mgr.14164) 371 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 324 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.2 MiB/s wr, 806 op/s 2024-02-22T19:12:26.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 84256 23.26 MB/sec warmup 101 sec latency 17.790 ms 2024-02-22T19:12:27.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 84837 23.25 MB/sec warmup 102 sec latency 30.080 ms 2024-02-22T19:12:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:26.281685+0000 mgr.smithi012.uvcbek (mgr.14164) 372 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 7.0 MiB/s wr, 697 op/s 2024-02-22T19:12:27.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:26.281685+0000 mgr.smithi012.uvcbek (mgr.14164) 372 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 7.0 MiB/s wr, 697 op/s 2024-02-22T19:12:28.164 INFO:teuthology.orchestra.run.smithi012.stdout: 5 85363 23.22 MB/sec warmup 103 sec latency 66.638 ms 2024-02-22T19:12:29.165 INFO:teuthology.orchestra.run.smithi012.stdout: 5 85673 23.08 MB/sec warmup 104 sec latency 61.338 ms 2024-02-22T19:12:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:28.282215+0000 mgr.smithi012.uvcbek (mgr.14164) 373 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-02-22T19:12:29.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:28.282215+0000 mgr.smithi012.uvcbek (mgr.14164) 373 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-02-22T19:12:30.165 INFO:teuthology.orchestra.run.smithi012.stdout: 5 86303 22.94 MB/sec warmup 105 sec latency 26.304 ms 2024-02-22T19:12:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:29.261625+0000 mon.smithi012 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:29.572693+0000 mon.smithi012 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:29.580397+0000 mon.smithi012 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:29.583996+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:29.588283+0000 mon.smithi012 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr fail", "who": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:12:30.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:29.592254+0000 mon.smithi012 (mon.0) 743 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-22T19:12:30.592 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:29.261625+0000 mon.smithi012 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:30.592 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:29.572693+0000 mon.smithi012 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:30.592 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:29.580397+0000 mon.smithi012 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' 2024-02-22T19:12:30.592 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:29.583996+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:30.592 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:29.588283+0000 mon.smithi012 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr fail", "who": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:12:30.592 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:29.592254+0000 mon.smithi012 (mon.0) 743 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-22T19:12:31.165 INFO:teuthology.orchestra.run.smithi012.stdout: 5 86860 22.88 MB/sec warmup 106 sec latency 44.335 ms 2024-02-22T19:12:31.273 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:29.584920+0000 mgr.smithi012.uvcbek (mgr.14164) 374 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi012.uvcbek) 2024-02-22T19:12:31.273 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:29.587825+0000 mgr.smithi012.uvcbek (mgr.14164) 375 : cephadm [INF] Failing over to other MGR 2024-02-22T19:12:31.273 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:30.282529+0000 mgr.smithi012.uvcbek (mgr.14164) 376 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 898 op/s 2024-02-22T19:12:31.273 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.583567+0000 mon.smithi012 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "mgr fail", "who": "smithi012.uvcbek"}]': finished 2024-02-22T19:12:31.273 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:30.583656+0000 mon.smithi012 (mon.0) 745 : cluster [DBG] mgrmap e22: smithi186.dmnwef(active, starting, since 0.994667s) 2024-02-22T19:12:31.273 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.585098+0000 mon.smithi186 (mon.1) 23 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.585313+0000 mon.smithi186 (mon.1) 24 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.585723+0000 mon.smithi186 (mon.1) 25 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.585947+0000 mon.smithi186 (mon.1) 26 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.586888+0000 mon.smithi186 (mon.1) 27 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr metadata", "who": "smithi186.dmnwef", "id": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.587099+0000 mon.smithi186 (mon.1) 28 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.587493+0000 mon.smithi186 (mon.1) 29 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.587823+0000 mon.smithi186 (mon.1) 30 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.588120+0000 mon.smithi186 (mon.1) 31 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.588474+0000 mon.smithi186 (mon.1) 32 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:12:31.274 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.588717+0000 mon.smithi186 (mon.1) 33 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.588968+0000 mon.smithi186 (mon.1) 34 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.589262+0000 mon.smithi186 (mon.1) 35 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.589621+0000 mon.smithi186 (mon.1) 36 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.589900+0000 mon.smithi186 (mon.1) 37 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.590423+0000 mon.smithi186 (mon.1) 38 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:30.619664+0000 mon.smithi012 (mon.0) 746 : cluster [INF] Manager daemon smithi186.dmnwef is now available 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.643769+0000 mon.smithi012 (mon.0) 747 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:30.646148+0000 mgr.smithi186.dmnwef (mgr.24427) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.753313+0000 mon.smithi186 (mon.1) 39 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:31.275 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.755191+0000 mon.smithi186 (mon.1) 40 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:31.276 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.792564+0000 mon.smithi012 (mon.0) 748 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:31.276 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.818537+0000 mon.smithi186 (mon.1) 41 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:12:31.276 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.818965+0000 mon.smithi012 (mon.0) 749 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:12:31.276 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.836897+0000 mon.smithi186 (mon.1) 42 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/trash_purge_schedule"}]: dispatch 2024-02-22T19:12:31.276 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:30.837484+0000 mon.smithi012 (mon.0) 750 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/trash_purge_schedule"}]: dispatch 2024-02-22T19:12:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:29.584920+0000 mgr.smithi012.uvcbek (mgr.14164) 374 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi012.uvcbek) 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:29.587825+0000 mgr.smithi012.uvcbek (mgr.14164) 375 : cephadm [INF] Failing over to other MGR 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:30.282529+0000 mgr.smithi012.uvcbek (mgr.14164) 376 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 326 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 898 op/s 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.583567+0000 mon.smithi012 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.12:0/4208005520' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "mgr fail", "who": "smithi012.uvcbek"}]': finished 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:30.583656+0000 mon.smithi012 (mon.0) 745 : cluster [DBG] mgrmap e22: smithi186.dmnwef(active, starting, since 0.994667s) 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.585098+0000 mon.smithi186 (mon.1) 23 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.585313+0000 mon.smithi186 (mon.1) 24 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.585723+0000 mon.smithi186 (mon.1) 25 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.585947+0000 mon.smithi186 (mon.1) 26 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.586888+0000 mon.smithi186 (mon.1) 27 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr metadata", "who": "smithi186.dmnwef", "id": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:12:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.587099+0000 mon.smithi186 (mon.1) 28 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.587493+0000 mon.smithi186 (mon.1) 29 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.587823+0000 mon.smithi186 (mon.1) 30 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.588120+0000 mon.smithi186 (mon.1) 31 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.588474+0000 mon.smithi186 (mon.1) 32 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.588717+0000 mon.smithi186 (mon.1) 33 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.588968+0000 mon.smithi186 (mon.1) 34 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.589262+0000 mon.smithi186 (mon.1) 35 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.589621+0000 mon.smithi186 (mon.1) 36 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.589900+0000 mon.smithi186 (mon.1) 37 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.590423+0000 mon.smithi186 (mon.1) 38 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:30.619664+0000 mon.smithi012 (mon.0) 746 : cluster [INF] Manager daemon smithi186.dmnwef is now available 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.643769+0000 mon.smithi012 (mon.0) 747 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:30.646148+0000 mgr.smithi186.dmnwef (mgr.24427) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-22T19:12:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.753313+0000 mon.smithi186 (mon.1) 39 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.755191+0000 mon.smithi186 (mon.1) 40 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.792564+0000 mon.smithi012 (mon.0) 748 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.818537+0000 mon.smithi186 (mon.1) 41 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:12:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.818965+0000 mon.smithi012 (mon.0) 749 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:12:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.836897+0000 mon.smithi186 (mon.1) 42 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/trash_purge_schedule"}]: dispatch 2024-02-22T19:12:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:30.837484+0000 mon.smithi012 (mon.0) 750 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi186.dmnwef/trash_purge_schedule"}]: dispatch 2024-02-22T19:12:32.167 INFO:teuthology.orchestra.run.smithi012.stdout: 5 87465 22.78 MB/sec warmup 107 sec latency 34.429 ms 2024-02-22T19:12:32.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:31.587750+0000 mon.smithi012 (mon.0) 751 : cluster [DBG] mgrmap e23: smithi186.dmnwef(active, since 1.99876s) 2024-02-22T19:12:32.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:31.602006+0000 mgr.smithi186.dmnwef (mgr.24427) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:12:32.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:31.587750+0000 mon.smithi012 (mon.0) 751 : cluster [DBG] mgrmap e23: smithi186.dmnwef(active, since 1.99876s) 2024-02-22T19:12:32.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:31.602006+0000 mgr.smithi186.dmnwef (mgr.24427) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:12:33.166 INFO:teuthology.orchestra.run.smithi012.stdout: 5 87908 22.68 MB/sec warmup 108 sec latency 54.011 ms 2024-02-22T19:12:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:32.589387+0000 mgr.smithi186.dmnwef (mgr.24427) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:12:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:32.594781+0000 mon.smithi012 (mon.0) 752 : cluster [DBG] mgrmap e24: smithi186.dmnwef(active, since 3s) 2024-02-22T19:12:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:32.589387+0000 mgr.smithi186.dmnwef (mgr.24427) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:12:33.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:32.594781+0000 mon.smithi012 (mon.0) 752 : cluster [DBG] mgrmap e24: smithi186.dmnwef(active, since 3s) 2024-02-22T19:12:34.167 INFO:teuthology.orchestra.run.smithi012.stdout: 5 88410 22.64 MB/sec warmup 109 sec latency 78.011 ms 2024-02-22T19:12:35.166 INFO:teuthology.orchestra.run.smithi012.stdout: 5 89031 22.64 MB/sec warmup 110 sec latency 50.929 ms 2024-02-22T19:12:35.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:34.589700+0000 mgr.smithi186.dmnwef (mgr.24427) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:12:35.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:34.589700+0000 mgr.smithi186.dmnwef (mgr.24427) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 317 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:12:36.167 INFO:teuthology.orchestra.run.smithi012.stdout: 5 89547 22.53 MB/sec warmup 111 sec latency 25.417 ms 2024-02-22T19:12:37.167 INFO:teuthology.orchestra.run.smithi012.stdout: 5 90016 22.39 MB/sec warmup 112 sec latency 34.050 ms 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:36.590064+0000 mgr.smithi186.dmnwef (mgr.24427) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s wr, 56 op/s 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.658611+0000 mon.smithi012 (mon.0) 753 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.961642+0000 mon.smithi186 (mon.1) 43 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.962757+0000 mon.smithi012 (mon.0) 754 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.964151+0000 mon.smithi186 (mon.1) 44 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.967445+0000 mon.smithi012 (mon.0) 755 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.969988+0000 mon.smithi186 (mon.1) 45 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.970419+0000 mon.smithi012 (mon.0) 756 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.973007+0000 mon.smithi186 (mon.1) 46 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.976604+0000 mon.smithi012 (mon.0) 757 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:36.977644+0000 mgr.smithi186.dmnwef (mgr.24427) 6 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 2712M 2024-02-22T19:12:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:36.987012+0000 mon.smithi012 (mon.0) 758 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:36.590064+0000 mgr.smithi186.dmnwef (mgr.24427) 5 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s wr, 56 op/s 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.658611+0000 mon.smithi012 (mon.0) 753 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.961642+0000 mon.smithi186 (mon.1) 43 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.962757+0000 mon.smithi012 (mon.0) 754 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.964151+0000 mon.smithi186 (mon.1) 44 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.967445+0000 mon.smithi012 (mon.0) 755 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.969988+0000 mon.smithi186 (mon.1) 45 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.970419+0000 mon.smithi012 (mon.0) 756 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.973007+0000 mon.smithi186 (mon.1) 46 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.976604+0000 mon.smithi012 (mon.0) 757 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:38.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:36.977644+0000 mgr.smithi186.dmnwef (mgr.24427) 6 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 2712M 2024-02-22T19:12:38.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:36.987012+0000 mon.smithi012 (mon.0) 758 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:38.167 INFO:teuthology.orchestra.run.smithi012.stdout: 5 90727 22.36 MB/sec warmup 113 sec latency 18.976 ms 2024-02-22T19:12:39.167 INFO:teuthology.orchestra.run.smithi012.stdout: 5 91535 22.37 MB/sec warmup 114 sec latency 21.085 ms 2024-02-22T19:12:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:38.465622+0000 mon.smithi012 (mon.0) 759 : cluster [DBG] Standby manager daemon smithi012.uvcbek started 2024-02-22T19:12:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:38.469295+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/crt"}]: dispatch 2024-02-22T19:12:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:38.469983+0000 mon.smithi012 (mon.0) 761 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:12:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:38.473059+0000 mon.smithi012 (mon.0) 762 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/key"}]: dispatch 2024-02-22T19:12:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:38.474263+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:12:39.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:38.590665+0000 mgr.smithi186.dmnwef (mgr.24427) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 5.9 MiB/s wr, 535 op/s 2024-02-22T19:12:39.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:38.465622+0000 mon.smithi012 (mon.0) 759 : cluster [DBG] Standby manager daemon smithi012.uvcbek started 2024-02-22T19:12:39.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:38.469295+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/crt"}]: dispatch 2024-02-22T19:12:39.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:38.469983+0000 mon.smithi012 (mon.0) 761 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:12:39.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:38.473059+0000 mon.smithi012 (mon.0) 762 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/key"}]: dispatch 2024-02-22T19:12:39.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:38.474263+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.? 172.21.15.12:0/2444954729' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:12:39.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:38.590665+0000 mgr.smithi186.dmnwef (mgr.24427) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 5.9 MiB/s wr, 535 op/s 2024-02-22T19:12:40.167 INFO:teuthology.orchestra.run.smithi012.stdout: 5 92315 22.41 MB/sec warmup 115 sec latency 21.220 ms 2024-02-22T19:12:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:39.260235+0000 mon.smithi012 (mon.0) 764 : cluster [DBG] mgrmap e25: smithi186.dmnwef(active, since 9s), standbys: smithi012.uvcbek 2024-02-22T19:12:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:39.261265+0000 mon.smithi186 (mon.1) 47 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:12:40.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:39.260235+0000 mon.smithi012 (mon.0) 764 : cluster [DBG] mgrmap e25: smithi186.dmnwef(active, since 9s), standbys: smithi012.uvcbek 2024-02-22T19:12:40.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:39.261265+0000 mon.smithi186 (mon.1) 47 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:12:41.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 92927 22.38 MB/sec warmup 116 sec latency 38.659 ms 2024-02-22T19:12:42.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 93333 22.22 MB/sec warmup 117 sec latency 480.403 ms 2024-02-22T19:12:42.321 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:40.591086+0000 mgr.smithi186.dmnwef (mgr.24427) 8 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.6 MiB/s wr, 415 op/s 2024-02-22T19:12:42.321 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.010465+0000 mon.smithi012 (mon.0) 765 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.321 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.449196+0000 mon.smithi186 (mon.1) 48 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.450820+0000 mon.smithi012 (mon.0) 766 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.451706+0000 mon.smithi186 (mon.1) 49 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.452177+0000 mon.smithi012 (mon.0) 767 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.452884+0000 mon.smithi186 (mon.1) 50 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.453144+0000 mon.smithi012 (mon.0) 768 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.454005+0000 mon.smithi186 (mon.1) 51 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.454433+0000 mon.smithi012 (mon.0) 769 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.459924+0000 mon.smithi012 (mon.0) 770 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.462250+0000 mon.smithi186 (mon.1) 52 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.462810+0000 mon.smithi186 (mon.1) 53 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.513854+0000 mon.smithi012 (mon.0) 771 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.522227+0000 mon.smithi012 (mon.0) 772 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.322 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.527751+0000 mon.smithi012 (mon.0) 773 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:40.591086+0000 mgr.smithi186.dmnwef (mgr.24427) 8 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 4.6 MiB/s wr, 415 op/s 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.010465+0000 mon.smithi012 (mon.0) 765 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.449196+0000 mon.smithi186 (mon.1) 48 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.450820+0000 mon.smithi012 (mon.0) 766 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.451706+0000 mon.smithi186 (mon.1) 49 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.452177+0000 mon.smithi012 (mon.0) 767 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.452884+0000 mon.smithi186 (mon.1) 50 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.453144+0000 mon.smithi012 (mon.0) 768 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.454005+0000 mon.smithi186 (mon.1) 51 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.454433+0000 mon.smithi012 (mon.0) 769 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-22T19:12:42.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.459924+0000 mon.smithi012 (mon.0) 770 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.462250+0000 mon.smithi186 (mon.1) 52 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:42.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.462810+0000 mon.smithi186 (mon.1) 53 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:12:42.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.513854+0000 mon.smithi012 (mon.0) 771 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.522227+0000 mon.smithi012 (mon.0) 772 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:42.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.527751+0000 mon.smithi012 (mon.0) 773 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:43.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 93828 22.16 MB/sec warmup 118 sec latency 29.203 ms 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:41.455290+0000 mgr.smithi186.dmnwef (mgr.24427) 9 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 1945M 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:41.463858+0000 mgr.smithi186.dmnwef (mgr.24427) 10 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:41.464143+0000 mgr.smithi186.dmnwef (mgr.24427) 11 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:41.482097+0000 mgr.smithi186.dmnwef (mgr.24427) 12 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:41.486268+0000 mgr.smithi186.dmnwef (mgr.24427) 13 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.547059+0000 mon.smithi186 (mon.1) 54 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:41.547506+0000 mon.smithi012 (mon.0) 774 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-22T19:12:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:42.530298+0000 mon.smithi012 (mon.0) 775 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-22T19:12:43.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:42.530362+0000 mon.smithi012 (mon.0) 776 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-22T19:12:43.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:42.532627+0000 mon.smithi186 (mon.1) 55 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:43.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:42.533504+0000 mon.smithi012 (mon.0) 777 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:43.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:42.534514+0000 mon.smithi186 (mon.1) 56 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-22T19:12:43.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:42.536265+0000 mon.smithi186 (mon.1) 57 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:12:43.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:42.536355+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-22T19:12:43.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:42.536920+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:41.455290+0000 mgr.smithi186.dmnwef (mgr.24427) 9 : cephadm [INF] Adjusting osd_memory_target on smithi012 to 1945M 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:41.463858+0000 mgr.smithi186.dmnwef (mgr.24427) 10 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:41.464143+0000 mgr.smithi186.dmnwef (mgr.24427) 11 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:41.482097+0000 mgr.smithi186.dmnwef (mgr.24427) 12 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:41.486268+0000 mgr.smithi186.dmnwef (mgr.24427) 13 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.547059+0000 mon.smithi186 (mon.1) 54 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:41.547506+0000 mon.smithi012 (mon.0) 774 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:42.530298+0000 mon.smithi012 (mon.0) 775 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:42.530362+0000 mon.smithi012 (mon.0) 776 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:42.532627+0000 mon.smithi186 (mon.1) 55 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:42.533504+0000 mon.smithi012 (mon.0) 777 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:43.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:42.534514+0000 mon.smithi186 (mon.1) 56 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-22T19:12:43.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:42.536265+0000 mon.smithi186 (mon.1) 57 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:12:43.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:42.536355+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-22T19:12:43.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:42.536920+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:12:44.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 22.05 MB/sec warmup 119 sec latency 144.149 ms 2024-02-22T19:12:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:42.591489+0000 mgr.smithi186.dmnwef (mgr.24427) 14 : cluster [DBG] pgmap v10: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 9.1 MiB/s wr, 853 op/s 2024-02-22T19:12:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:43.533670+0000 mon.smithi012 (mon.0) 780 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-22T19:12:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:43.533890+0000 mon.smithi012 (mon.0) 781 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-22T19:12:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:43.534002+0000 mon.smithi012 (mon.0) 782 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-22T19:12:44.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:42.591489+0000 mgr.smithi186.dmnwef (mgr.24427) 14 : cluster [DBG] pgmap v10: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 9.1 MiB/s wr, 853 op/s 2024-02-22T19:12:44.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:43.533670+0000 mon.smithi012 (mon.0) 780 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-22T19:12:44.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:43.533890+0000 mon.smithi012 (mon.0) 781 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-22T19:12:44.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:43.534002+0000 mon.smithi012 (mon.0) 782 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:43.540136+0000 mgr.smithi186.dmnwef (mgr.24427) 15 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:43.584513+0000 mgr.smithi186.dmnwef (mgr.24427) 16 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:43.584609+0000 mgr.smithi186.dmnwef (mgr.24427) 17 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi012.hvjfdk', 'nfs.foo.1.0.smithi186.ljdpxm'] 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:43.584671+0000 mgr.smithi186.dmnwef (mgr.24427) 18 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi012.hvjfdk nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:43.585108+0000 mgr.smithi186.dmnwef (mgr.24427) 19 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi012.hvjfdk from smithi012 -- ports [2049] 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:43.585525+0000 mgr.smithi186.dmnwef (mgr.24427) 20 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi186.ljdpxm from smithi186 -- ports [2049] 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:44.535693+0000 mon.smithi012 (mon.0) 783 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:45.025230+0000 mon.smithi186 (mon.1) 58 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:45.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:45.025824+0000 mon.smithi012 (mon.0) 784 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:45.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:45.029817+0000 mon.smithi012 (mon.0) 785 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]': finished 2024-02-22T19:12:45.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:45.030627+0000 mon.smithi186 (mon.1) 59 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw"}]: dispatch 2024-02-22T19:12:45.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:45.030944+0000 mon.smithi012 (mon.0) 786 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw"}]: dispatch 2024-02-22T19:12:45.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:43.540136+0000 mgr.smithi186.dmnwef (mgr.24427) 15 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-22T19:12:45.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:43.584513+0000 mgr.smithi186.dmnwef (mgr.24427) 16 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-22T19:12:45.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:43.584609+0000 mgr.smithi186.dmnwef (mgr.24427) 17 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi012.hvjfdk', 'nfs.foo.1.0.smithi186.ljdpxm'] 2024-02-22T19:12:45.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:43.584671+0000 mgr.smithi186.dmnwef (mgr.24427) 18 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi012.hvjfdk nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:12:45.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:43.585108+0000 mgr.smithi186.dmnwef (mgr.24427) 19 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi012.hvjfdk from smithi012 -- ports [2049] 2024-02-22T19:12:45.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:43.585525+0000 mgr.smithi186.dmnwef (mgr.24427) 20 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi186.ljdpxm from smithi186 -- ports [2049] 2024-02-22T19:12:45.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:44.535693+0000 mon.smithi012 (mon.0) 783 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-22T19:12:45.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:45.025230+0000 mon.smithi186 (mon.1) 58 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:45.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:45.025824+0000 mon.smithi012 (mon.0) 784 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:45.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:45.029817+0000 mon.smithi012 (mon.0) 785 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]': finished 2024-02-22T19:12:45.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:45.030627+0000 mon.smithi186 (mon.1) 59 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw"}]: dispatch 2024-02-22T19:12:45.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:45.030944+0000 mon.smithi012 (mon.0) 786 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw"}]: dispatch 2024-02-22T19:12:46.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 1 sec latency 2144.380 ms 2024-02-22T19:12:46.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:44.592059+0000 mgr.smithi186.dmnwef (mgr.24427) 21 : cluster [DBG] pgmap v13: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.3 MiB/s wr, 799 op/s 2024-02-22T19:12:46.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:45.024880+0000 mgr.smithi186.dmnwef (mgr.24427) 22 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:12:46.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:45.030450+0000 mgr.smithi186.dmnwef (mgr.24427) 23 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi186.ljdpxm-rgw 2024-02-22T19:12:46.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:45.034224+0000 mon.smithi012 (mon.0) 787 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw"}]': finished 2024-02-22T19:12:46.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:45.042628+0000 mon.smithi012 (mon.0) 788 : cluster [DBG] mgrmap e26: smithi186.dmnwef(active, since 15s), standbys: smithi012.uvcbek 2024-02-22T19:12:46.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:44.592059+0000 mgr.smithi186.dmnwef (mgr.24427) 21 : cluster [DBG] pgmap v13: 129 pgs: 32 unknown, 97 active+clean; 332 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.3 MiB/s wr, 799 op/s 2024-02-22T19:12:46.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:45.024880+0000 mgr.smithi186.dmnwef (mgr.24427) 22 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:12:46.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:45.030450+0000 mgr.smithi186.dmnwef (mgr.24427) 23 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi186.ljdpxm-rgw 2024-02-22T19:12:46.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:45.034224+0000 mon.smithi012 (mon.0) 787 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm-rgw"}]': finished 2024-02-22T19:12:46.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:45.042628+0000 mon.smithi012 (mon.0) 788 : cluster [DBG] mgrmap e26: smithi186.dmnwef(active, since 15s), standbys: smithi012.uvcbek 2024-02-22T19:12:47.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 2 sec latency 3144.420 ms 2024-02-22T19:12:47.406 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (6m) 7s ago 8m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (8m) 7s ago 8m 6395k - 16.2.5 6933c2a0b7dd 15a76caeae08 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (7m) 11s ago 7m 6391k - 16.2.5 6933c2a0b7dd ca465d840bbf 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (6m) 7s ago 8m 31.1M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (2m) 7s ago 2m 41.9M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (2m) 11s ago 2m 12.7M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:9283 running (9m) 7s ago 9m 60.2M - 16.2.5 6933c2a0b7dd acb972843a20 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (35s) 11s ago 7m 414M - 16.2.14-550-geb66ed92 7403d1862307 2fa326c0bc3a 2024-02-22T19:12:48.007 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (9m) 7s ago 9m 50.4M 2048M 16.2.5 6933c2a0b7dd a8d3be3af30e 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (7m) 11s ago 7m 38.7M 2048M 16.2.5 6933c2a0b7dd 17db2906d695 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.0.smithi012.hvjfdk smithi012 *:2049 running (2m) 7s ago 2m 240M - 3.5 6933c2a0b7dd 866ee46d8a4e 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (7m) 7s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (6m) 11s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (6m) 7s ago 6m 344M 1945M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (6m) 7s ago 6m 269M 1945M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (5m) 7s ago 5m 210M 1945M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (5m) 7s ago 5m 300M 1945M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (5m) 11s ago 5m 344M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (4m) 11s ago 4m 356M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (4m) 11s ago 4m 289M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (4m) 11s ago 4m 443M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:12:48.008 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (6m) 7s ago 7m 51.1M - 2.18.1 de242295e225 562dc7e521b6 2024-02-22T19:12:48.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 3 sec latency 4144.451 ms 2024-02-22T19:12:48.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:46.592497+0000 mgr.smithi186.dmnwef (mgr.24427) 24 : cluster [DBG] pgmap v14: 129 pgs: 28 unknown, 101 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 819 op/s 2024-02-22T19:12:48.361 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:12:48.361 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:12:48.361 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:12:48.361 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:48.361 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:12:48.362 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1, 2024-02-22T19:12:48.362 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-22T19:12:48.362 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:48.362 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:12:48.362 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:12:48.362 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:48.363 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:12:48.363 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:12:48.363 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:12:48.363 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:12:48.363 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1, 2024-02-22T19:12:48.363 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-22T19:12:48.363 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:12:48.364 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:12:48.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:46.592497+0000 mgr.smithi186.dmnwef (mgr.24427) 24 : cluster [DBG] pgmap v14: 129 pgs: 28 unknown, 101 active+clean; 325 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 819 op/s 2024-02-22T19:12:48.724 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "1/21 daemons upgraded", 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "", 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:12:48.725 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:12:49.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 4 sec latency 5144.492 ms 2024-02-22T19:12:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:47.392953+0000 mgr.smithi186.dmnwef (mgr.24427) 25 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:47.693880+0000 mgr.smithi186.dmnwef (mgr.24427) 26 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:47.996521+0000 mgr.smithi186.dmnwef (mgr.24427) 27 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.360659+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.12:0/2882376814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.659422+0000 mon.smithi186 (mon.1) 60 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.659793+0000 mon.smithi012 (mon.0) 790 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.663210+0000 mon.smithi012 (mon.0) 791 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]': finished 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.665560+0000 mon.smithi186 (mon.1) 61 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw"}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.665813+0000 mon.smithi012 (mon.0) 792 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw"}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.668370+0000 mon.smithi012 (mon.0) 793 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw"}]': finished 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.672538+0000 mon.smithi012 (mon.0) 794 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.674339+0000 mon.smithi186 (mon.1) 62 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-22T19:12:49.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.702798+0000 mon.smithi186 (mon.1) 63 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.703236+0000 mon.smithi012 (mon.0) 795 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.706340+0000 mon.smithi012 (mon.0) 796 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.715225+0000 mon.smithi012 (mon.0) 797 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.721095+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.728659+0000 mon.smithi012 (mon.0) 799 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.736872+0000 mon.smithi012 (mon.0) 800 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.738350+0000 mon.smithi186 (mon.1) 64 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.738679+0000 mon.smithi012 (mon.0) 801 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.743148+0000 mon.smithi012 (mon.0) 802 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.745089+0000 mon.smithi186 (mon.1) 65 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.745438+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.748500+0000 mon.smithi012 (mon.0) 804 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.750265+0000 mon.smithi186 (mon.1) 66 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:49.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.750565+0000 mon.smithi012 (mon.0) 805 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.753436+0000 mon.smithi012 (mon.0) 806 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.754700+0000 mon.smithi186 (mon.1) 67 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.754998+0000 mon.smithi012 (mon.0) 807 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.757797+0000 mon.smithi012 (mon.0) 808 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.759368+0000 mon.smithi186 (mon.1) 68 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.798195+0000 mon.smithi186 (mon.1) 69 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.798451+0000 mon.smithi012 (mon.0) 809 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.801062+0000 mon.smithi012 (mon.0) 810 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.845078+0000 mon.smithi186 (mon.1) 70 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.845442+0000 mon.smithi012 (mon.0) 811 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.848417+0000 mon.smithi012 (mon.0) 812 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:12:49.359 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.854998+0000 mon.smithi186 (mon.1) 71 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:47.392953+0000 mgr.smithi186.dmnwef (mgr.24427) 25 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:49.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:47.693880+0000 mgr.smithi186.dmnwef (mgr.24427) 26 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:47.996521+0000 mgr.smithi186.dmnwef (mgr.24427) 27 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.360659+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.12:0/2882376814' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.659422+0000 mon.smithi186 (mon.1) 60 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.659793+0000 mon.smithi012 (mon.0) 790 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.663210+0000 mon.smithi012 (mon.0) 791 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]': finished 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.665560+0000 mon.smithi186 (mon.1) 61 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw"}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.665813+0000 mon.smithi012 (mon.0) 792 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw"}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.668370+0000 mon.smithi012 (mon.0) 793 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk-rgw"}]': finished 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.672538+0000 mon.smithi012 (mon.0) 794 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.674339+0000 mon.smithi186 (mon.1) 62 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.702798+0000 mon.smithi186 (mon.1) 63 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.703236+0000 mon.smithi012 (mon.0) 795 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.706340+0000 mon.smithi012 (mon.0) 796 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.715225+0000 mon.smithi012 (mon.0) 797 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.721095+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.728659+0000 mon.smithi012 (mon.0) 799 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.736872+0000 mon.smithi012 (mon.0) 800 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.738350+0000 mon.smithi186 (mon.1) 64 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.738679+0000 mon.smithi012 (mon.0) 801 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi012.hvjfdk"}]: dispatch 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.743148+0000 mon.smithi012 (mon.0) 802 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.745089+0000 mon.smithi186 (mon.1) 65 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.745438+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi186.ljdpxm"}]: dispatch 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.748500+0000 mon.smithi012 (mon.0) 804 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.750265+0000 mon.smithi186 (mon.1) 66 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.750565+0000 mon.smithi012 (mon.0) 805 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.753436+0000 mon.smithi012 (mon.0) 806 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-22T19:12:49.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.754700+0000 mon.smithi186 (mon.1) 67 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.754998+0000 mon.smithi012 (mon.0) 807 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.757797+0000 mon.smithi012 (mon.0) 808 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.759368+0000 mon.smithi186 (mon.1) 68 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.798195+0000 mon.smithi186 (mon.1) 69 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.798451+0000 mon.smithi012 (mon.0) 809 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.801062+0000 mon.smithi012 (mon.0) 810 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.845078+0000 mon.smithi186 (mon.1) 70 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.845442+0000 mon.smithi012 (mon.0) 811 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.848417+0000 mon.smithi012 (mon.0) 812 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:12:49.432 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.854998+0000 mon.smithi186 (mon.1) 71 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:50.168 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 5 sec latency 6144.606 ms 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:48.593117+0000 mgr.smithi186.dmnwef (mgr.24427) 28 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 2.4 MiB/s wr, 281 op/s 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.659081+0000 mgr.smithi186.dmnwef (mgr.24427) 29 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi012.hvjfdk 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.665279+0000 mgr.smithi186.dmnwef (mgr.24427) 30 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi012.hvjfdk-rgw 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.674966+0000 mgr.smithi186.dmnwef (mgr.24427) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.711687+0000 mgr.smithi186.dmnwef (mgr.24427) 32 : cephadm [INF] Done migrating nfs.foo 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.711763+0000 mgr.smithi186.dmnwef (mgr.24427) 33 : cephadm [INF] Done migrating all NFS services 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:48.720804+0000 mgr.smithi186.dmnwef (mgr.24427) 34 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.737891+0000 mgr.smithi186.dmnwef (mgr.24427) 35 : cephadm [INF] Fencing old nfs.foo.0.0.smithi012.hvjfdk 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.744658+0000 mgr.smithi186.dmnwef (mgr.24427) 36 : cephadm [INF] Fencing old nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:12:50.320 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.750044+0000 mgr.smithi186.dmnwef (mgr.24427) 37 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri 2024-02-22T19:12:50.321 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.754498+0000 mgr.smithi186.dmnwef (mgr.24427) 38 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-22T19:12:50.321 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.844530+0000 mgr.smithi186.dmnwef (mgr.24427) 39 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:12:50.321 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.844626+0000 mgr.smithi186.dmnwef (mgr.24427) 40 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri-rgw 2024-02-22T19:12:50.321 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:48.855994+0000 mgr.smithi186.dmnwef (mgr.24427) 41 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi012.mvszri on smithi012 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:48.593117+0000 mgr.smithi186.dmnwef (mgr.24427) 28 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 2.4 MiB/s wr, 281 op/s 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.659081+0000 mgr.smithi186.dmnwef (mgr.24427) 29 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi012.hvjfdk 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.665279+0000 mgr.smithi186.dmnwef (mgr.24427) 30 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi012.hvjfdk-rgw 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.674966+0000 mgr.smithi186.dmnwef (mgr.24427) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.711687+0000 mgr.smithi186.dmnwef (mgr.24427) 32 : cephadm [INF] Done migrating nfs.foo 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.711763+0000 mgr.smithi186.dmnwef (mgr.24427) 33 : cephadm [INF] Done migrating all NFS services 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:48.720804+0000 mgr.smithi186.dmnwef (mgr.24427) 34 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:12:50.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.737891+0000 mgr.smithi186.dmnwef (mgr.24427) 35 : cephadm [INF] Fencing old nfs.foo.0.0.smithi012.hvjfdk 2024-02-22T19:12:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.744658+0000 mgr.smithi186.dmnwef (mgr.24427) 36 : cephadm [INF] Fencing old nfs.foo.1.0.smithi186.ljdpxm 2024-02-22T19:12:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.750044+0000 mgr.smithi186.dmnwef (mgr.24427) 37 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri 2024-02-22T19:12:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.754498+0000 mgr.smithi186.dmnwef (mgr.24427) 38 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-22T19:12:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.844530+0000 mgr.smithi186.dmnwef (mgr.24427) 39 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:12:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.844626+0000 mgr.smithi186.dmnwef (mgr.24427) 40 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri-rgw 2024-02-22T19:12:50.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:48.855994+0000 mgr.smithi186.dmnwef (mgr.24427) 41 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi012.mvszri on smithi012 2024-02-22T19:12:51.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 6 sec latency 7144.661 ms 2024-02-22T19:12:52.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 7 sec latency 8144.738 ms 2024-02-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:50.593562+0000 mgr.smithi186.dmnwef (mgr.24427) 42 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.8 MiB/s wr, 213 op/s 2024-02-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:51.061297+0000 mon.smithi012 (mon.0) 813 : cluster [DBG] mgrmap e27: smithi186.dmnwef(active, since 21s), standbys: smithi012.uvcbek 2024-02-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.313563+0000 mon.smithi012 (mon.0) 814 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.316422+0000 mon.smithi186 (mon.1) 72 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.316703+0000 mon.smithi012 (mon.0) 815 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.319243+0000 mon.smithi012 (mon.0) 816 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.321041+0000 mon.smithi186 (mon.1) 73 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.321594+0000 mon.smithi012 (mon.0) 817 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.324213+0000 mon.smithi012 (mon.0) 818 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:52.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:51.326048+0000 mon.smithi186 (mon.1) 74 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:50.593562+0000 mgr.smithi186.dmnwef (mgr.24427) 42 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 318 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.8 MiB/s wr, 213 op/s 2024-02-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:51.061297+0000 mon.smithi012 (mon.0) 813 : cluster [DBG] mgrmap e27: smithi186.dmnwef(active, since 21s), standbys: smithi012.uvcbek 2024-02-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.313563+0000 mon.smithi012 (mon.0) 814 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.316422+0000 mon.smithi186 (mon.1) 72 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.316703+0000 mon.smithi012 (mon.0) 815 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.319243+0000 mon.smithi012 (mon.0) 816 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.321041+0000 mon.smithi186 (mon.1) 73 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' 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-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.321594+0000 mon.smithi012 (mon.0) 817 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.324213+0000 mon.smithi012 (mon.0) 818 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 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-22T19:12:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:51.326048+0000 mon.smithi186 (mon.1) 74 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:53.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 8 sec latency 9144.827 ms 2024-02-22T19:12:53.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:51.316056+0000 mgr.smithi186.dmnwef (mgr.24427) 43 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd 2024-02-22T19:12:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:51.320746+0000 mgr.smithi186.dmnwef (mgr.24427) 44 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-22T19:12:53.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:51.316056+0000 mgr.smithi186.dmnwef (mgr.24427) 43 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd 2024-02-22T19:12:53.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:51.320746+0000 mgr.smithi186.dmnwef (mgr.24427) 44 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-22T19:12:54.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 9 sec latency 10144.933 ms 2024-02-22T19:12:54.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:52.594451+0000 mgr.smithi186.dmnwef (mgr.24427) 45 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 1.7 MiB/s wr, 192 op/s 2024-02-22T19:12:54.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:52.594451+0000 mgr.smithi186.dmnwef (mgr.24427) 45 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 1.7 MiB/s wr, 192 op/s 2024-02-22T19:12:55.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 10 sec latency 11145.037 ms 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.221175+0000 mon.smithi186 (mon.1) 75 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.221797+0000 mon.smithi012 (mon.0) 819 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.225977+0000 mon.smithi012 (mon.0) 820 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:54.235063+0000 mds.foofs.smithi012.imtlqu (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14530 (172.21.15.12:0/476474817) 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.235312+0000 mon.smithi012 (mon.0) 821 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.12:0/476474817"}]: dispatch 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:54.239727+0000 mds.foofs.smithi012.imtlqu (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14702 172.21.15.12:0/3219437521) 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.275736+0000 mon.smithi186 (mon.1) 76 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.276124+0000 mon.smithi012 (mon.0) 822 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.280336+0000 mon.smithi012 (mon.0) 823 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:12:55.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:54.281621+0000 mon.smithi186 (mon.1) 77 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.221175+0000 mon.smithi186 (mon.1) 75 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.221797+0000 mon.smithi012 (mon.0) 819 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.225977+0000 mon.smithi012 (mon.0) 820 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:54.235063+0000 mds.foofs.smithi012.imtlqu (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14530 (172.21.15.12:0/476474817) 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.235312+0000 mon.smithi012 (mon.0) 821 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.12:0/476474817"}]: dispatch 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:54.239727+0000 mds.foofs.smithi012.imtlqu (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14702 172.21.15.12:0/3219437521) 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.275736+0000 mon.smithi186 (mon.1) 76 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.276124+0000 mon.smithi012 (mon.0) 822 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.280336+0000 mon.smithi012 (mon.0) 823 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-22T19:12:55.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:54.281621+0000 mon.smithi186 (mon.1) 77 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:12:56.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 11 sec latency 12145.142 ms 2024-02-22T19:12:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:54.275271+0000 mgr.smithi186.dmnwef (mgr.24427) 46 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:12:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:54.275365+0000 mgr.smithi186.dmnwef (mgr.24427) 47 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd-rgw 2024-02-22T19:12:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:12:54.282393+0000 mgr.smithi186.dmnwef (mgr.24427) 48 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi186.dbpmwd on smithi186 2024-02-22T19:12:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:54.595109+0000 mgr.smithi186.dmnwef (mgr.24427) 49 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.5 MiB/s wr, 173 op/s 2024-02-22T19:12:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:55.230250+0000 mon.smithi012 (mon.0) 824 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.12:0/476474817"}]': finished 2024-02-22T19:12:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:55.230341+0000 mon.smithi012 (mon.0) 825 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-22T19:12:56.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:54.275271+0000 mgr.smithi186.dmnwef (mgr.24427) 46 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:12:56.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:54.275365+0000 mgr.smithi186.dmnwef (mgr.24427) 47 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd-rgw 2024-02-22T19:12:56.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:12:54.282393+0000 mgr.smithi186.dmnwef (mgr.24427) 48 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi186.dbpmwd on smithi186 2024-02-22T19:12:56.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:54.595109+0000 mgr.smithi186.dmnwef (mgr.24427) 49 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 1.5 MiB/s wr, 173 op/s 2024-02-22T19:12:56.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:55.230250+0000 mon.smithi012 (mon.0) 824 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.12:0/476474817"}]': finished 2024-02-22T19:12:56.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:55.230341+0000 mon.smithi012 (mon.0) 825 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-22T19:12:57.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 12 sec latency 13145.187 ms 2024-02-22T19:12:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:56.595594+0000 mgr.smithi186.dmnwef (mgr.24427) 50 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.3 MiB/s wr, 163 op/s 2024-02-22T19:12:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:56.806911+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:12:56.809691+0000 mon.smithi186 (mon.1) 78 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:58.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 13 sec latency 14145.216 ms 2024-02-22T19:12:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:56.595594+0000 mgr.smithi186.dmnwef (mgr.24427) 50 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 1.3 MiB/s wr, 163 op/s 2024-02-22T19:12:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:56.806911+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:12:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:12:56.809691+0000 mon.smithi186 (mon.1) 78 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:12:59.169 INFO:teuthology.orchestra.run.smithi012.stdout: 5 94260 0.00 MB/sec execute 14 sec latency 15145.254 ms 2024-02-22T19:12:59.530 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:12:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:12:58.596369+0000 mgr.smithi186.dmnwef (mgr.24427) 51 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 67 KiB/s wr, 9 op/s 2024-02-22T19:12:59.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:12:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:12:58.596369+0000 mgr.smithi186.dmnwef (mgr.24427) 51 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 67 KiB/s wr, 9 op/s 2024-02-22T19:12:59.948 INFO:teuthology.orchestra.run.smithi012.stdout:[95545] write failed on handle 13267 (Input/output error) 2024-02-22T19:12:59.948 INFO:teuthology.orchestra.run.smithi012.stdout:Child failed with status 1 2024-02-22T19:12:59.948 INFO:teuthology.orchestra.run.smithi012.stdout:[93741] open ./clients/client2/~dmtmp/PARADOX/__3F2C4.DB failed for handle 12946 (Stale file handle) 2024-02-22T19:12:59.949 INFO:teuthology.orchestra.run.smithi012.stdout:[94454] open ./clients/client4/~dmtmp/PARADOX/__52E2B.DB failed for handle 13125 (Stale file handle) 2024-02-22T19:12:59.949 INFO:teuthology.orchestra.run.smithi012.stdout:[94225] unlink ./clients/client0/~dmtmp/PARADOX/__42B96.DB failed (Stale file handle) - expected NT_STATUS_OK 2024-02-22T19:12:59.949 INFO:teuthology.orchestra.run.smithi012.stdout:ERROR: child 0 failed at line 94225 2024-02-22T19:12:59.949 INFO:teuthology.orchestra.run.smithi012.stdout:[93337] unlink ./clients/client1/~dmtmp/WORD/HANDOUT.DOC failed (Stale file handle) - expected NT_STATUS_OK 2024-02-22T19:12:59.949 INFO:teuthology.orchestra.run.smithi012.stdout:ERROR: child 1 failed at line 93337 2024-02-22T19:12:59.951 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-22T19:13:00.013 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-22T19:13:00.178 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:02.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:00.596728+0000 mgr.smithi186.dmnwef (mgr.24427) 52 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 67 KiB/s wr, 9 op/s 2024-02-22T19:13:02.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:00.806431+0000 mon.smithi012 (mon.0) 827 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:02.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:01.390644+0000 mon.smithi012 (mon.0) 828 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:02.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:00.596728+0000 mgr.smithi186.dmnwef (mgr.24427) 52 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 67 KiB/s wr, 9 op/s 2024-02-22T19:13:02.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:00.806431+0000 mon.smithi012 (mon.0) 827 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:02.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:01.390644+0000 mon.smithi012 (mon.0) 828 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:03.103 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:02.738866+0000 mon.smithi012 (mon.0) 829 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.186:0/2195823801"}]: dispatch 2024-02-22T19:13:03.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:02.738866+0000 mon.smithi012 (mon.0) 829 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.186:0/2195823801"}]: dispatch 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:02.597396+0000 mgr.smithi186.dmnwef (mgr.24427) 53 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 15 KiB/s wr, 9 op/s 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:02.738624+0000 mds.foofs.smithi012.imtlqu (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24365 (172.21.15.186:0/2195823801) 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:02.742842+0000 mds.foofs.smithi012.imtlqu (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.14720 172.21.15.186:0/1816466500) 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:02.810444+0000 mon.smithi012 (mon.0) 830 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.186:0/2195823801"}]': finished 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:02.810525+0000 mon.smithi012 (mon.0) 831 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:03.156337+0000 mon.smithi012 (mon.0) 832 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:03.158598+0000 mon.smithi186 (mon.1) 79 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:03.159510+0000 mon.smithi186 (mon.1) 80 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:03.165888+0000 mon.smithi012 (mon.0) 833 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:04.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:03.175124+0000 mon.smithi012 (mon.0) 834 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:02.597396+0000 mgr.smithi186.dmnwef (mgr.24427) 53 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 15 KiB/s wr, 9 op/s 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:02.738624+0000 mds.foofs.smithi012.imtlqu (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24365 (172.21.15.186:0/2195823801) 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:02.742842+0000 mds.foofs.smithi012.imtlqu (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.14720 172.21.15.186:0/1816466500) 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:02.810444+0000 mon.smithi012 (mon.0) 830 : audit [INF] from='mds.? [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604]' entity='mds.foofs.smithi012.imtlqu' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.186:0/2195823801"}]': finished 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:02.810525+0000 mon.smithi012 (mon.0) 831 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:03.156337+0000 mon.smithi012 (mon.0) 832 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:03.158598+0000 mon.smithi186 (mon.1) 79 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:03.159510+0000 mon.smithi186 (mon.1) 80 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:03.165888+0000 mon.smithi012 (mon.0) 833 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:03.175124+0000 mon.smithi012 (mon.0) 834 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:05.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:03.177626+0000 mgr.smithi186.dmnwef (mgr.24427) 54 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-02-22T19:13:05.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:03.186769+0000 mgr.smithi186.dmnwef (mgr.24427) 55 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-02-22T19:13:05.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:03.177626+0000 mgr.smithi186.dmnwef (mgr.24427) 54 : cephadm [INF] Reconfiguring prometheus.smithi012 (dependencies changed)... 2024-02-22T19:13:05.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:03.186769+0000 mgr.smithi186.dmnwef (mgr.24427) 55 : cephadm [INF] Reconfiguring daemon prometheus.smithi012 on smithi012 2024-02-22T19:13:05.214 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:06.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:04.597844+0000 mgr.smithi186.dmnwef (mgr.24427) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 16 KiB/s wr, 10 op/s 2024-02-22T19:13:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:04.597844+0000 mgr.smithi186.dmnwef (mgr.24427) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 16 KiB/s wr, 10 op/s 2024-02-22T19:13:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:06.598338+0000 mgr.smithi186.dmnwef (mgr.24427) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 15 KiB/s wr, 8 op/s 2024-02-22T19:13:08.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:06.598338+0000 mgr.smithi186.dmnwef (mgr.24427) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 15 KiB/s wr, 8 op/s 2024-02-22T19:13:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:08.599071+0000 mgr.smithi186.dmnwef (mgr.24427) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 3.9 KiB/s wr, 5 op/s 2024-02-22T19:13:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:08.599071+0000 mgr.smithi186.dmnwef (mgr.24427) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 3.9 KiB/s wr, 5 op/s 2024-02-22T19:13:10.249 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:10.599642+0000 mgr.smithi186.dmnwef (mgr.24427) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 3.9 KiB/s wr, 5 op/s 2024-02-22T19:13:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:10.599642+0000 mgr.smithi186.dmnwef (mgr.24427) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 3.9 KiB/s wr, 5 op/s 2024-02-22T19:13:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:12.600420+0000 mgr.smithi186.dmnwef (mgr.24427) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 2.8 KiB/s wr, 1 op/s 2024-02-22T19:13:14.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:12.600420+0000 mgr.smithi186.dmnwef (mgr.24427) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 2.8 KiB/s wr, 1 op/s 2024-02-22T19:13:15.293 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:15.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:14.600935+0000 mgr.smithi186.dmnwef (mgr.24427) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 2.4 KiB/s wr, 1 op/s 2024-02-22T19:13:16.072 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:14.600935+0000 mgr.smithi186.dmnwef (mgr.24427) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 2.4 KiB/s wr, 1 op/s 2024-02-22T19:13:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:16.601598+0000 mgr.smithi186.dmnwef (mgr.24427) 62 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 1 op/s 2024-02-22T19:13:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.959510+0000 mon.smithi012 (mon.0) 835 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.967034+0000 mon.smithi186 (mon.1) 81 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:13:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.967581+0000 mgr.smithi186.dmnwef (mgr.24427) 63 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:13:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.968772+0000 mon.smithi186 (mon.1) 82 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-02-22T19:13:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.969118+0000 mgr.smithi186.dmnwef (mgr.24427) 64 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-02-22T19:13:18.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.972652+0000 mon.smithi012 (mon.0) 836 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:18.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.976534+0000 mon.smithi186 (mon.1) 83 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:18.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:16.982355+0000 mon.smithi012 (mon.0) 837 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:18.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:16.986889+0000 mgr.smithi186.dmnwef (mgr.24427) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:18.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:16.987321+0000 mgr.smithi186.dmnwef (mgr.24427) 66 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:16.601598+0000 mgr.smithi186.dmnwef (mgr.24427) 62 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 1 op/s 2024-02-22T19:13:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.959510+0000 mon.smithi012 (mon.0) 835 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.967034+0000 mon.smithi186 (mon.1) 81 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:13:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.967581+0000 mgr.smithi186.dmnwef (mgr.24427) 63 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:13:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.968772+0000 mon.smithi186 (mon.1) 82 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-02-22T19:13:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.969118+0000 mgr.smithi186.dmnwef (mgr.24427) 64 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi012.front.sepia.ceph.com:9095"}]: dispatch 2024-02-22T19:13:18.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.972652+0000 mon.smithi012 (mon.0) 836 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:18.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.976534+0000 mon.smithi186 (mon.1) 83 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:18.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:16.982355+0000 mon.smithi012 (mon.0) 837 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:18.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:16.986889+0000 mgr.smithi186.dmnwef (mgr.24427) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:18.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:16.987321+0000 mgr.smithi186.dmnwef (mgr.24427) 66 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:19.050 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (7m) 16s ago 8m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (8m) 16s ago 8m 6395k - 16.2.5 6933c2a0b7dd 15a76caeae08 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (7m) 18s ago 7m 6391k - 16.2.5 6933c2a0b7dd ca465d840bbf 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (6m) 16s ago 8m 31.2M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (2m) 16s ago 2m 42.5M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (2m) 18s ago 2m 13.1M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:9283 running (10m) 16s ago 10m 366M - 16.2.5 6933c2a0b7dd acb972843a20 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (67s) 18s ago 7m 432M - 16.2.14-550-geb66ed92 7403d1862307 2fa326c0bc3a 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (10m) 16s ago 10m 53.9M 2048M 16.2.5 6933c2a0b7dd a8d3be3af30e 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (7m) 18s ago 7m 36.7M 2048M 16.2.5 6933c2a0b7dd 17db2906d695 2024-02-22T19:13:19.653 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (28s) 16s ago 28s 49.1M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (23s) 18s ago 22s 19.0M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (8m) 16s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (7m) 18s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (7m) 16s ago 7m 368M 1945M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (6m) 16s ago 6m 292M 1945M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (6m) 16s ago 6m 231M 1945M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (5m) 16s ago 5m 339M 1945M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (5m) 18s ago 5m 355M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (5m) 18s ago 5m 376M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (4m) 18s ago 4m 312M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (4m) 18s ago 4m 465M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:13:19.654 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 starting - - - - 2024-02-22T19:13:19.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:18.495602+0000 mgr.smithi186.dmnwef (mgr.24427) 67 : cephadm [INF] Upgrade: Updating mgr.smithi012.uvcbek 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:18.500750+0000 mon.smithi012 (mon.0) 838 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:18.501846+0000 mon.smithi186 (mon.1) 84 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.uvcbek", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:18.502139+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.uvcbek", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:18.503106+0000 mon.smithi186 (mon.1) 85 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:18.504003+0000 mon.smithi186 (mon.1) 86 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:18.504710+0000 mgr.smithi186.dmnwef (mgr.24427) 68 : cephadm [INF] Deploying daemon mgr.smithi012.uvcbek on smithi012 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:18.602137+0000 mgr.smithi186.dmnwef (mgr.24427) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.6 KiB/s wr, 1 op/s 2024-02-22T19:13:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:19.037634+0000 mgr.smithi186.dmnwef (mgr.24427) 70 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:18.495602+0000 mgr.smithi186.dmnwef (mgr.24427) 67 : cephadm [INF] Upgrade: Updating mgr.smithi012.uvcbek 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:18.500750+0000 mon.smithi012 (mon.0) 838 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:18.501846+0000 mon.smithi186 (mon.1) 84 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.uvcbek", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:18.502139+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi012.uvcbek", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:18.503106+0000 mon.smithi186 (mon.1) 85 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:18.504003+0000 mon.smithi186 (mon.1) 86 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:18.504710+0000 mgr.smithi186.dmnwef (mgr.24427) 68 : cephadm [INF] Deploying daemon mgr.smithi012.uvcbek on smithi012 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:18.602137+0000 mgr.smithi186.dmnwef (mgr.24427) 69 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.6 KiB/s wr, 1 op/s 2024-02-22T19:13:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:19.037634+0000 mgr.smithi186.dmnwef (mgr.24427) 70 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:20.018 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:13:20.018 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:13:20.018 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:13:20.018 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:20.018 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:13:20.018 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1, 2024-02-22T19:13:20.018 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1, 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:13:20.019 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:13:20.337 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [], 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "1/23 daemons upgraded", 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading mgr daemons", 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:13:20.344 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:13:20.820 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:19.346085+0000 mgr.smithi186.dmnwef (mgr.24427) 71 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:20.821 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:19.641810+0000 mgr.smithi186.dmnwef (mgr.24427) 72 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:20.821 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:20.017741+0000 mon.smithi012 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.12:0/3102038354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:13:20.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:19.346085+0000 mgr.smithi186.dmnwef (mgr.24427) 71 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:20.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:19.641810+0000 mgr.smithi186.dmnwef (mgr.24427) 72 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:20.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:20.017741+0000 mon.smithi012 (mon.0) 840 : audit [DBG] from='client.? 172.21.15.12:0/3102038354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:13:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:20.342964+0000 mgr.smithi186.dmnwef (mgr.24427) 73 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:20.602722+0000 mgr.smithi186.dmnwef (mgr.24427) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-22T19:13:21.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:20.342964+0000 mgr.smithi186.dmnwef (mgr.24427) 73 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:21.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:20.602722+0000 mgr.smithi186.dmnwef (mgr.24427) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-22T19:13:23.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:22.094083+0000 mon.smithi012 (mon.0) 841 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:23.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:22.095889+0000 mon.smithi186 (mon.1) 87 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:23.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:22.603517+0000 mgr.smithi186.dmnwef (mgr.24427) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-22T19:13:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:22.094083+0000 mon.smithi012 (mon.0) 841 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:22.095889+0000 mon.smithi186 (mon.1) 87 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:22.603517+0000 mgr.smithi186.dmnwef (mgr.24427) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-02-22T19:13:25.373 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:25.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:24.603892+0000 mgr.smithi186.dmnwef (mgr.24427) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-22T19:13:26.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:24.603892+0000 mgr.smithi186.dmnwef (mgr.24427) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-22T19:13:27.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:26.369118+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:27.533 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:26.604709+0000 mgr.smithi186.dmnwef (mgr.24427) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-22T19:13:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:26.369118+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:26.604709+0000 mgr.smithi186.dmnwef (mgr.24427) 77 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-22T19:13:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:27.826347+0000 mon.smithi012 (mon.0) 843 : cluster [DBG] Standby manager daemon smithi012.uvcbek restarted 2024-02-22T19:13:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:27.826448+0000 mon.smithi012 (mon.0) 844 : cluster [DBG] Standby manager daemon smithi012.uvcbek started 2024-02-22T19:13:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:27.828505+0000 mon.smithi012 (mon.0) 845 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/crt"}]: dispatch 2024-02-22T19:13:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:27.828927+0000 mon.smithi012 (mon.0) 846 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:13:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:27.831266+0000 mon.smithi012 (mon.0) 847 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/key"}]: dispatch 2024-02-22T19:13:28.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:28 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:27.832157+0000 mon.smithi012 (mon.0) 848 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:13:28.774 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:27.826347+0000 mon.smithi012 (mon.0) 843 : cluster [DBG] Standby manager daemon smithi012.uvcbek restarted 2024-02-22T19:13:28.775 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:27.826448+0000 mon.smithi012 (mon.0) 844 : cluster [DBG] Standby manager daemon smithi012.uvcbek started 2024-02-22T19:13:28.775 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:27.828505+0000 mon.smithi012 (mon.0) 845 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/crt"}]: dispatch 2024-02-22T19:13:28.775 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:27.828927+0000 mon.smithi012 (mon.0) 846 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:13:28.775 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:27.831266+0000 mon.smithi012 (mon.0) 847 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi012.uvcbek/key"}]: dispatch 2024-02-22T19:13:28.775 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:28 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:27.832157+0000 mon.smithi012 (mon.0) 848 : audit [DBG] from='mgr.? 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:28.391608+0000 mon.smithi012 (mon.0) 849 : cluster [DBG] mgrmap e28: smithi186.dmnwef(active, since 58s), standbys: smithi012.uvcbek 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:28.605224+0000 mgr.smithi186.dmnwef (mgr.24427) 78 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.194227+0000 mon.smithi012 (mon.0) 850 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.196290+0000 mon.smithi186 (mon.1) 88 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.197167+0000 mon.smithi186 (mon.1) 89 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.203771+0000 mon.smithi012 (mon.0) 851 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.212966+0000 mon.smithi012 (mon.0) 852 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.217210+0000 mon.smithi186 (mon.1) 90 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.222728+0000 mon.smithi186 (mon.1) 91 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr fail", "who": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:29.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:29.223298+0000 mon.smithi012 (mon.0) 853 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr fail", "who": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:29.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:29.231171+0000 mon.smithi012 (mon.0) 854 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-22T19:13:29.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:28.391608+0000 mon.smithi012 (mon.0) 849 : cluster [DBG] mgrmap e28: smithi186.dmnwef(active, since 58s), standbys: smithi012.uvcbek 2024-02-22T19:13:29.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:28.605224+0000 mgr.smithi186.dmnwef (mgr.24427) 78 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:29.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.194227+0000 mon.smithi012 (mon.0) 850 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:29.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.196290+0000 mon.smithi186 (mon.1) 88 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:29.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.197167+0000 mon.smithi186 (mon.1) 89 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:29.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.203771+0000 mon.smithi012 (mon.0) 851 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:29.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.212966+0000 mon.smithi012 (mon.0) 852 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' 2024-02-22T19:13:29.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.217210+0000 mon.smithi186 (mon.1) 90 : audit [DBG] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:29.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.222728+0000 mon.smithi186 (mon.1) 91 : audit [INF] from='mgr.24427 172.21.15.186:0/3394263110' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr fail", "who": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:29.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:29.223298+0000 mon.smithi012 (mon.0) 853 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "mgr fail", "who": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:29.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:29.231171+0000 mon.smithi012 (mon.0) 854 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-22T19:13:30.418 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:29.219761+0000 mgr.smithi186.dmnwef (mgr.24427) 79 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:29.220173+0000 mgr.smithi186.dmnwef (mgr.24427) 80 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:29.222444+0000 mgr.smithi186.dmnwef (mgr.24427) 81 : cephadm [INF] Failing over to other MGR 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.219272+0000 mon.smithi012 (mon.0) 855 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "mgr fail", "who": "smithi186.dmnwef"}]': finished 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:30.219334+0000 mon.smithi012 (mon.0) 856 : cluster [DBG] mgrmap e29: smithi012.uvcbek(active, starting, since 0.995483s) 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.220368+0000 mon.smithi012 (mon.0) 857 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.220510+0000 mon.smithi012 (mon.0) 858 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.220929+0000 mon.smithi012 (mon.0) 859 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.221312+0000 mon.smithi012 (mon.0) 860 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.221843+0000 mon.smithi012 (mon.0) 861 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.222171+0000 mon.smithi012 (mon.0) 862 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:13:30.473 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.222563+0000 mon.smithi012 (mon.0) 863 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.222786+0000 mon.smithi012 (mon.0) 864 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.222991+0000 mon.smithi012 (mon.0) 865 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.223220+0000 mon.smithi012 (mon.0) 866 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.223465+0000 mon.smithi012 (mon.0) 867 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.223835+0000 mon.smithi012 (mon.0) 868 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.224081+0000 mon.smithi012 (mon.0) 869 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.224321+0000 mon.smithi012 (mon.0) 870 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.224589+0000 mon.smithi012 (mon.0) 871 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.225076+0000 mon.smithi012 (mon.0) 872 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:30.252350+0000 mon.smithi012 (mon.0) 873 : cluster [INF] Manager daemon smithi012.uvcbek is now available 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.363460+0000 mon.smithi012 (mon.0) 874 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:30.474 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.364971+0000 mon.smithi012 (mon.0) 875 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:30.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:29.219761+0000 mgr.smithi186.dmnwef (mgr.24427) 79 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:30.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:29.220173+0000 mgr.smithi186.dmnwef (mgr.24427) 80 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi186.dmnwef) 2024-02-22T19:13:30.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:29.222444+0000 mgr.smithi186.dmnwef (mgr.24427) 81 : cephadm [INF] Failing over to other MGR 2024-02-22T19:13:30.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.219272+0000 mon.smithi012 (mon.0) 855 : audit [INF] from='mgr.24427 ' entity='mgr.smithi186.dmnwef' cmd='[{"prefix": "mgr fail", "who": "smithi186.dmnwef"}]': finished 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:30.219334+0000 mon.smithi012 (mon.0) 856 : cluster [DBG] mgrmap e29: smithi012.uvcbek(active, starting, since 0.995483s) 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.220368+0000 mon.smithi012 (mon.0) 857 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.220510+0000 mon.smithi012 (mon.0) 858 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.220929+0000 mon.smithi012 (mon.0) 859 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.221312+0000 mon.smithi012 (mon.0) 860 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.221843+0000 mon.smithi012 (mon.0) 861 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi012.uvcbek", "id": "smithi012.uvcbek"}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.222171+0000 mon.smithi012 (mon.0) 862 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.222563+0000 mon.smithi012 (mon.0) 863 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.222786+0000 mon.smithi012 (mon.0) 864 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.222991+0000 mon.smithi012 (mon.0) 865 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.223220+0000 mon.smithi012 (mon.0) 866 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.223465+0000 mon.smithi012 (mon.0) 867 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.223835+0000 mon.smithi012 (mon.0) 868 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.224081+0000 mon.smithi012 (mon.0) 869 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.224321+0000 mon.smithi012 (mon.0) 870 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-22T19:13:30.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.224589+0000 mon.smithi012 (mon.0) 871 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-22T19:13:30.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.225076+0000 mon.smithi012 (mon.0) 872 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-22T19:13:30.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:30.252350+0000 mon.smithi012 (mon.0) 873 : cluster [INF] Manager daemon smithi012.uvcbek is now available 2024-02-22T19:13:30.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.363460+0000 mon.smithi012 (mon.0) 874 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:30.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.364971+0000 mon.smithi012 (mon.0) 875 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:31.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.426328+0000 mon.smithi012 (mon.0) 876 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:13:31.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:30.435132+0000 mon.smithi012 (mon.0) 877 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:13:31.672 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:31.220985+0000 mon.smithi012 (mon.0) 878 : cluster [DBG] mgrmap e30: smithi012.uvcbek(active, since 1.99713s) 2024-02-22T19:13:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.426328+0000 mon.smithi012 (mon.0) 876 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/mirror_snapshot_schedule"}]: dispatch 2024-02-22T19:13:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:30.435132+0000 mon.smithi012 (mon.0) 877 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi012.uvcbek/trash_purge_schedule"}]: dispatch 2024-02-22T19:13:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:31.220985+0000 mon.smithi012 (mon.0) 878 : cluster [DBG] mgrmap e30: smithi012.uvcbek(active, since 1.99713s) 2024-02-22T19:13:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:31.231864+0000 mgr.smithi012.uvcbek (mgr.14744) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:32.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:31.231864+0000 mgr.smithi012.uvcbek (mgr.14744) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:33.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:32.223726+0000 mgr.smithi012.uvcbek (mgr.14744) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:33.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:32.404143+0000 mon.smithi012 (mon.0) 879 : cluster [DBG] mgrmap e31: smithi012.uvcbek(active, since 3s) 2024-02-22T19:13:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:32.223726+0000 mgr.smithi012.uvcbek (mgr.14744) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:32.404143+0000 mon.smithi012 (mon.0) 879 : cluster [DBG] mgrmap e31: smithi012.uvcbek(active, since 3s) 2024-02-22T19:13:35.456 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:35.653 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:34.224076+0000 mgr.smithi012.uvcbek (mgr.14744) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:35.653 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:35.220094+0000 mon.smithi012 (mon.0) 880 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:35.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:34.224076+0000 mgr.smithi012.uvcbek (mgr.14744) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:35.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:35.220094+0000 mon.smithi012 (mon.0) 880 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:35.914535+0000 mon.smithi012 (mon.0) 881 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:13:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:35.915872+0000 mon.smithi186 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:13:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:35.916245+0000 mon.smithi186 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:13:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:35.918356+0000 mon.smithi186 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:13:36.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:35.919273+0000 mon.smithi186 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:13:36.806 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:35.914535+0000 mon.smithi012 (mon.0) 881 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:13:36.806 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:35.915872+0000 mon.smithi186 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:13:36.806 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:35.916245+0000 mon.smithi186 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:13:36.806 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:35.918356+0000 mon.smithi186 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:13:36.806 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:35.919273+0000 mon.smithi186 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.186:0/1513162762' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:13:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:36.224422+0000 mgr.smithi012.uvcbek (mgr.14744) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:36.415025+0000 mon.smithi012 (mon.0) 882 : cluster [DBG] mgrmap e32: smithi012.uvcbek(active, since 7s), standbys: smithi186.dmnwef 2024-02-22T19:13:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:36.415148+0000 mon.smithi012 (mon.0) 883 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi186.dmnwef", "id": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.225221+0000 mon.smithi012 (mon.0) 884 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:36.224422+0000 mgr.smithi012.uvcbek (mgr.14744) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-22T19:13:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:36.415025+0000 mon.smithi012 (mon.0) 882 : cluster [DBG] mgrmap e32: smithi012.uvcbek(active, since 7s), standbys: smithi186.dmnwef 2024-02-22T19:13:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:36.415148+0000 mon.smithi012 (mon.0) 883 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr metadata", "who": "smithi186.dmnwef", "id": "smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.225221+0000 mon.smithi012 (mon.0) 884 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.520442+0000 mon.smithi012 (mon.0) 885 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.521199+0000 mon.smithi012 (mon.0) 886 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:37.522246+0000 mgr.smithi012.uvcbek (mgr.14744) 5 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:37.522492+0000 mgr.smithi012.uvcbek (mgr.14744) 6 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:37.541389+0000 mgr.smithi012.uvcbek (mgr.14744) 7 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.571665+0000 mon.smithi012 (mon.0) 887 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:37.578572+0000 mgr.smithi012.uvcbek (mgr.14744) 8 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.614933+0000 mon.smithi012 (mon.0) 888 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.619292+0000 mon.smithi012 (mon.0) 889 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.624506+0000 mon.smithi012 (mon.0) 890 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:37.627603+0000 mon.smithi012 (mon.0) 891 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.520442+0000 mon.smithi012 (mon.0) 885 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.521199+0000 mon.smithi012 (mon.0) 886 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:37.522246+0000 mgr.smithi012.uvcbek (mgr.14744) 5 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.conf 2024-02-22T19:13:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:37.522492+0000 mgr.smithi012.uvcbek (mgr.14744) 6 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2024-02-22T19:13:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:37.541389+0000 mgr.smithi012.uvcbek (mgr.14744) 7 : cephadm [INF] Updating smithi012:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:13:38.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.571665+0000 mon.smithi012 (mon.0) 887 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:37.578572+0000 mgr.smithi012.uvcbek (mgr.14744) 8 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2024-02-22T19:13:38.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.614933+0000 mon.smithi012 (mon.0) 888 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.619292+0000 mon.smithi012 (mon.0) 889 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.624506+0000 mon.smithi012 (mon.0) 890 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:38.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:37.627603+0000 mon.smithi012 (mon.0) 891 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:38.225174+0000 mgr.smithi012.uvcbek (mgr.14744) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2024-02-22T19:13:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:39.141350+0000 mon.smithi012 (mon.0) 892 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:13:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:39.142326+0000 mon.smithi012 (mon.0) 893 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:13:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:39.143215+0000 mon.smithi012 (mon.0) 894 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:40.096 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:38.225174+0000 mgr.smithi012.uvcbek (mgr.14744) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2024-02-22T19:13:40.096 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:39.141350+0000 mon.smithi012 (mon.0) 892 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.dmnwef", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-22T19:13:40.096 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:39.142326+0000 mon.smithi012 (mon.0) 893 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-22T19:13:40.096 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:39.143215+0000 mon.smithi012 (mon.0) 894 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:40.498 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:39.140928+0000 mgr.smithi012.uvcbek (mgr.14744) 10 : cephadm [INF] Upgrade: Updating mgr.smithi186.dmnwef 2024-02-22T19:13:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:39.143942+0000 mgr.smithi012.uvcbek (mgr.14744) 11 : cephadm [INF] Deploying daemon mgr.smithi186.dmnwef on smithi186 2024-02-22T19:13:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:39.140928+0000 mgr.smithi012.uvcbek (mgr.14744) 10 : cephadm [INF] Upgrade: Updating mgr.smithi186.dmnwef 2024-02-22T19:13:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:39.143942+0000 mgr.smithi012.uvcbek (mgr.14744) 11 : cephadm [INF] Deploying daemon mgr.smithi186.dmnwef on smithi186 2024-02-22T19:13:41.886 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:40.225582+0000 mgr.smithi012.uvcbek (mgr.14744) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2024-02-22T19:13:42.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:40.225582+0000 mgr.smithi012.uvcbek (mgr.14744) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 113 B/s wr, 0 op/s 2024-02-22T19:13:43.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:42.226400+0000 mgr.smithi012.uvcbek (mgr.14744) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-22T19:13:43.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:42.795308+0000 mon.smithi012 (mon.0) 895 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:43.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:42.796350+0000 mon.smithi012 (mon.0) 896 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:44.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:42.226400+0000 mgr.smithi012.uvcbek (mgr.14744) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-22T19:13:44.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:42.795308+0000 mon.smithi012 (mon.0) 895 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:44.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:42.796350+0000 mon.smithi012 (mon.0) 896 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:45.541 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:46.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:44.226924+0000 mgr.smithi012.uvcbek (mgr.14744) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:46.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:44.226924+0000 mgr.smithi012.uvcbek (mgr.14744) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:48.039 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:46.227341+0000 mgr.smithi012.uvcbek (mgr.14744) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:48.039 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.318432+0000 mon.smithi012 (mon.0) 897 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.039 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.319383+0000 mon.smithi012 (mon.0) 898 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.320290+0000 mon.smithi012 (mon.0) 899 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.324708+0000 mon.smithi012 (mon.0) 900 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.330770+0000 mon.smithi012 (mon.0) 901 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.334179+0000 mon.smithi012 (mon.0) 902 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.336635+0000 mon.smithi012 (mon.0) 903 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.340974+0000 mon.smithi012 (mon.0) 904 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.341779+0000 mon.smithi012 (mon.0) 905 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi012.uvcbek"}]: dispatch 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.344860+0000 mon.smithi012 (mon.0) 906 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi012.uvcbek"}]': finished 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.345548+0000 mon.smithi012 (mon.0) 907 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.348778+0000 mon.smithi012 (mon.0) 908 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi186.dmnwef"}]': finished 2024-02-22T19:13:48.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:47.349802+0000 mon.smithi012 (mon.0) 909 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:46.227341+0000 mgr.smithi012.uvcbek (mgr.14744) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.318432+0000 mon.smithi012 (mon.0) 897 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.319383+0000 mon.smithi012 (mon.0) 898 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.320290+0000 mon.smithi012 (mon.0) 899 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.324708+0000 mon.smithi012 (mon.0) 900 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.330770+0000 mon.smithi012 (mon.0) 901 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.334179+0000 mon.smithi012 (mon.0) 902 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:48.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.336635+0000 mon.smithi012 (mon.0) 903 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:13:48.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.340974+0000 mon.smithi012 (mon.0) 904 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:48.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.341779+0000 mon.smithi012 (mon.0) 905 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi012.uvcbek"}]: dispatch 2024-02-22T19:13:48.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.344860+0000 mon.smithi012 (mon.0) 906 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi012.uvcbek"}]': finished 2024-02-22T19:13:48.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.345548+0000 mon.smithi012 (mon.0) 907 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi186.dmnwef"}]: dispatch 2024-02-22T19:13:48.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.348778+0000 mon.smithi012 (mon.0) 908 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi186.dmnwef"}]': finished 2024-02-22T19:13:48.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:47.349802+0000 mon.smithi012 (mon.0) 909 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-22T19:13:49.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:47.337339+0000 mgr.smithi012.uvcbek (mgr.14744) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-22T19:13:49.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:48.313939+0000 mon.smithi012 (mon.0) 910 : cluster [DBG] Standby manager daemon smithi186.dmnwef restarted 2024-02-22T19:13:49.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:48.314021+0000 mon.smithi012 (mon.0) 911 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:13:49.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.315111+0000 mon.smithi186 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:13:49.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.315570+0000 mon.smithi186 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:13:49.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.317386+0000 mon.smithi186 (mon.1) 98 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:13:49.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.318294+0000 mon.smithi186 (mon.1) 99 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:13:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:47.337339+0000 mgr.smithi012.uvcbek (mgr.14744) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-22T19:13:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:48.313939+0000 mon.smithi012 (mon.0) 910 : cluster [DBG] Standby manager daemon smithi186.dmnwef restarted 2024-02-22T19:13:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:48.314021+0000 mon.smithi012 (mon.0) 911 : cluster [DBG] Standby manager daemon smithi186.dmnwef started 2024-02-22T19:13:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.315111+0000 mon.smithi186 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/crt"}]: dispatch 2024-02-22T19:13:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.315570+0000 mon.smithi186 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-22T19:13:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.317386+0000 mon.smithi186 (mon.1) 98 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.dmnwef/key"}]: dispatch 2024-02-22T19:13:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.318294+0000 mon.smithi186 (mon.1) 99 : audit [DBG] from='mgr.? 172.21.15.186:0/3439405947' entity='mgr.smithi186.dmnwef' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-22T19:13:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:48.228080+0000 mgr.smithi012.uvcbek (mgr.14744) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:13:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:48.908266+0000 mgr.smithi012.uvcbek (mgr.14744) 18 : cephadm [INF] Upgrade: Updating mon.smithi012 2024-02-22T19:13:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.914557+0000 mon.smithi012 (mon.0) 912 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.915211+0000 mon.smithi012 (mon.0) 913 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:13:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.915823+0000 mon.smithi012 (mon.0) 914 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:13:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:48.916445+0000 mon.smithi012 (mon.0) 915 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:50.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:13:48.917020+0000 mgr.smithi012.uvcbek (mgr.14744) 19 : cephadm [INF] Deploying daemon mon.smithi012 on smithi012 2024-02-22T19:13:50.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:49.265934+0000 mon.smithi012 (mon.0) 916 : cluster [DBG] mgrmap e33: smithi012.uvcbek(active, since 20s), standbys: smithi186.dmnwef 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:48.228080+0000 mgr.smithi012.uvcbek (mgr.14744) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:48.908266+0000 mgr.smithi012.uvcbek (mgr.14744) 18 : cephadm [INF] Upgrade: Updating mon.smithi012 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.914557+0000 mon.smithi012 (mon.0) 912 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.915211+0000 mon.smithi012 (mon.0) 913 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.915823+0000 mon.smithi012 (mon.0) 914 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: audit 2024-02-22T19:13:48.916445+0000 mon.smithi012 (mon.0) 915 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cephadm 2024-02-22T19:13:48.917020+0000 mgr.smithi012.uvcbek (mgr.14744) 19 : cephadm [INF] Deploying daemon mon.smithi012 on smithi012 2024-02-22T19:13:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: cluster 2024-02-22T19:13:49.265934+0000 mon.smithi012 (mon.0) 916 : cluster [DBG] mgrmap e33: smithi012.uvcbek(active, since 20s), standbys: smithi186.dmnwef 2024-02-22T19:13:50.581 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:50.675 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:50 smithi012 systemd[1]: Stopping Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:13:50.675 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:13:50.673+0000 7fcfb6980700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi012 -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-22T19:13:50.675 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012[63386]: debug 2024-02-22T19:13:50.673+0000 7fcfb6980700 -1 mon.smithi012@0(leader) e2 *** Got Signal Terminated *** 2024-02-22T19:13:50.700 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:13:51.316 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:13:51.316 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (7m) 14s ago 9m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (9m) 14s ago 9m 6395k - 16.2.5 6933c2a0b7dd 15a76caeae08 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (8m) 3s ago 8m 6391k - 16.2.5 6933c2a0b7dd ca465d840bbf 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (7m) 14s ago 9m 31.3M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (3m) 14s ago 3m 42.7M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (3m) 3s ago 3m 13.4M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (29s) 14s ago 10m 412M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (9s) 3s ago 8m 41.9M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (10m) 14s ago 10m 53.1M 2048M 16.2.5 6933c2a0b7dd a8d3be3af30e 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (8m) 3s ago 8m 43.4M 2048M 16.2.5 6933c2a0b7dd 17db2906d695 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (60s) 14s ago 60s 50.6M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (55s) 3s ago 54s 49.2M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (8m) 14s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (7m) 3s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (7m) 14s ago 7m 368M 1945M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:13:51.317 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (7m) 14s ago 7m 292M 1945M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:13:51.318 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (6m) 14s ago 6m 230M 1945M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:13:51.318 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (6m) 14s ago 6m 339M 1945M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:13:51.318 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (6m) 3s ago 6m 355M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:13:51.318 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (5m) 3s ago 5m 376M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:13:51.318 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (5m) 3s ago 5m 311M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:13:51.318 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (5m) 3s ago 5m 464M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:13:51.318 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (34s) 14s ago 8m 44.1M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:13:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:51 smithi012 bash[105407]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:13:51.739 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:13:51.740 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:13:51.740 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2, 2024-02-22T19:13:51.740 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12 2024-02-22T19:13:51.740 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:13:51.740 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr" 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "2/23 daemons upgraded", 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading mon daemons", 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:13:52.053 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:13:52.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:51 smithi012 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012.service: Succeeded. 2024-02-22T19:13:52.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:51 smithi012 systemd[1]: Stopped Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:13:52.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:51 smithi012 systemd[1]: Starting Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:13:52.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.273+0000 7f6277d4b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-22T19:13:52.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.273+0000 7f6277d4b880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 7 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.273+0000 7f6277d4b880 0 pidfile_write: ignore empty --pid-file 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.277+0000 7f6277d4b880 0 load: jerasure load: lrc load: isa 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: RocksDB version: 6.8.1 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Compile date Feb 20 2024 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: DB SUMMARY 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: CURRENT file: CURRENT 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 766 Bytes 2024-02-22T19:13:52.609 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi012/store.db dir, Total Num: 1, files: 000020.sst 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi012/store.db: 000018.log size: 4922498 ; 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.error_if_exists: 0 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.create_if_missing: 0 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.paranoid_checks: 1 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.env: 0x560f977bf080 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.fs: Posix File System 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.info_log: 0x560f98216560 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.statistics: (nil) 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.use_fsync: 0 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_log_file_size: 0 2024-02-22T19:13:52.610 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.allow_fallocate: 1 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.use_direct_reads: 0 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.db_log_dir: 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi012/store.db 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-22T19:13:52.611 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_subcompactions: 1 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_background_flushes: -1 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.write_buffer_manager: 0x560f98f083f0 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-22T19:13:52.612 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.unordered_write: 0 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.row_cache: None 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.wal_filter: None 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.preserve_deletes: 0 2024-02-22T19:13:52.613 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.two_write_queues: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.atomic_flush: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.log_readahead_size: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_background_jobs: 2 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_background_compactions: -1 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-22T19:13:52.614 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_open_files: -1 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Compression algorithms supported: 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kZSTD supported: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kXpressCompression supported: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kLZ4Compression supported: 1 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kBZip2Compression supported: 0 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kZlibCompression supported: 1 2024-02-22T19:13:52.615 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: kSnappyCompression supported: 1 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi012/store.db/MANIFEST-000008 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.merge_operator: 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_filter: None 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560f981bbd10) 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cache_index_and_filter_blocks: 1 2024-02-22T19:13:52.616 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: pin_top_level_index_and_filter: 1 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: index_type: 0 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: data_block_index_type: 0 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: index_shortening: 1 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: data_block_hash_table_util_ratio: 0.750000 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: hash_index_allow_collision: 1 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: checksum: 1 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: no_block_cache: 0 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_cache: 0x560f981f0f10 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_cache_name: BinnedLRUCache 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_cache_options: 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: capacity : 536870912 2024-02-22T19:13:52.617 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: num_shard_bits : 4 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: strict_capacity_limit : 0 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: high_pri_pool_ratio: 0.000 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_cache_compressed: (nil) 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: persistent_cache: (nil) 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_size: 4096 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_size_deviation: 10 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_restart_interval: 16 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: index_block_restart_interval: 1 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: metadata_block_size: 4096 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: partition_filters: 0 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: use_delta_encoding: 1 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: whole_key_filtering: 1 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: verify_compression: 0 2024-02-22T19:13:52.618 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: read_amp_bytes_per_bit: 0 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: format_version: 2 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: enable_index_compression: 1 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: block_align: 0 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compression: NoCompression 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.num_levels: 7 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-22T19:13:52.619 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-22T19:13:52.620 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-22T19:13:52.621 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-22T19:13:52.622 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.table_properties_collectors: 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.inplace_update_support: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.bloom_locality: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.max_successive_merges: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-22T19:13:52.623 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.ttl: 2592000 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.278+0000 7f6277d4b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.279+0000 7f6277d4b880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.279+0000 7f6277d4b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi012/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9667, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.279+0000 7f6277d4b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.279+0000 7f6277d4b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708629232280190, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.279+0000 7f6277d4b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.283+0000 7f6277d4b880 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-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.290+0000 7f6277d4b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708629232291466, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4761369, "table_properties": {"data_size": 4753554, "index_size": 6159, "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": 7029, "raw_average_key_size": 21, "raw_value_size": 4743977, "raw_average_value_size": 14596, "num_data_blocks": 195, "num_entries": 325, "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": 1708629232, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.290+0000 7f6277d4b880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.624 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.291+0000 7f6277d4b880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.291+0000 7f6277d4b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708629232291901, "job": 1, "event": "recovery_finished"} 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.292+0000 7f6277d4b880 4 rocksdb: DB pointer 0x560f982b9800 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.292+0000 7f625eb3d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.292+0000 7f625eb3d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ** DB Stats ** 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ** Compaction Stats [default] ** 2024-02-22T19:13:52.625 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: L0 1/0 4.54 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 635.2 0.01 0.00 1 0.007 0 0 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: L6 1/0 22.82 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-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Sum 2/0 27.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 635.2 0.01 0.00 1 0.007 0 0 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 635.2 0.01 0.00 1 0.007 0 0 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ** Compaction Stats [default] ** 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 635.2 0.01 0.00 1 0.007 0 0 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:13:52.626 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Cumulative compaction: 0.00 GB write, 331.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Interval compaction: 0.00 GB write, 331.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ** Compaction Stats [default] ** 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: L0 1/0 4.54 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 635.2 0.01 0.00 1 0.007 0 0 2024-02-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: L6 1/0 22.82 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-22T19:13:52.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Sum 2/0 27.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 635.2 0.01 0.00 1 0.007 0 0 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ** Compaction Stats [default] ** 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 635.2 0.01 0.00 1 0.007 0 0 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Cumulative compaction: 0.00 GB write, 330.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.628 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.293+0000 7f6277d4b880 0 starting mon.smithi012 rank 0 at public addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] at bind addrs [v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi012 fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.293+0000 7f6277d4b880 1 mon.smithi012@-1(???) e2 preinit fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.294+0000 7f6277d4b880 0 mon.smithi012@-1(???).mds e8 new map 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.294+0000 7f6277d4b880 0 mon.smithi012@-1(???).mds e8 print_map 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: e8 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: legacy client fscid: 1 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Filesystem 'foofs' (1) 2024-02-22T19:13:52.629 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: fs_name foofs 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: epoch 5 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: flags 12 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: created 2024-02-22T19:10:18.777786+0000 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: modified 2024-02-22T19:10:23.803841+0000 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: tableserver 0 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: root 0 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: session_timeout 60 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: session_autoclose 300 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: max_file_size 1099511627776 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: required_client_features {} 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: last_failure 0 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: last_failure_osd_epoch 0 2024-02-22T19:13:52.630 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 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-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: max_mds 1 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: in 0 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: up {0=14480} 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: failed 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: damaged 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: stopped 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: data_pools [3] 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: metadata_pool 2 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: inline_data disabled 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: balancer 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: standby_count_wanted 1 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: [mds.foofs.smithi012.imtlqu{0:14480} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604] compat {c=[1],r=[1],i=[7ff]}] 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: Standby daemons: 2024-02-22T19:13:52.631 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: [mds.foofs.smithi186.qncdya{-1:24311} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] compat {c=[1],r=[1],i=[7ff]}] 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.294+0000 7f6277d4b880 0 mon.smithi012@-1(???).osd e70 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.294+0000 7f6277d4b880 0 mon.smithi012@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.294+0000 7f6277d4b880 0 mon.smithi012@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.294+0000 7f6277d4b880 0 mon.smithi012@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:48.228080+0000 mgr.smithi012.uvcbek (mgr.14744) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:13:48.908266+0000 mgr.smithi012.uvcbek (mgr.14744) 18 : cephadm [INF] Upgrade: Updating mon.smithi012 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:48.914557+0000 mon.smithi012 (mon.0) 912 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:48.915211+0000 mon.smithi012 (mon.0) 913 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:48.915823+0000 mon.smithi012 (mon.0) 914 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:48.916445+0000 mon.smithi012 (mon.0) 915 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:13:48.917020+0000 mgr.smithi012.uvcbek (mgr.14744) 19 : cephadm [INF] Deploying daemon mon.smithi012 on smithi012 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:49.265934+0000 mon.smithi012 (mon.0) 916 : cluster [DBG] mgrmap e33: smithi012.uvcbek(active, since 20s), standbys: smithi186.dmnwef 2024-02-22T19:13:52.632 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:13:52.294+0000 7f6277d4b880 1 mon.smithi012@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2024-02-22T19:13:52.633 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 bash[105695]: 4784ecce6c21d7d2efb09f4623b5350946a77f6cb84388330546fa4f85b1e3ae 2024-02-22T19:13:52.633 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:52 smithi012 systemd[1]: Started Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:13:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:50.678625+0000 mon.smithi186 (mon.1) 100 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:13:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:50.681223+0000 mon.smithi186 (mon.1) 101 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:13:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:50.684500+0000 mgr.smithi012.uvcbek (mgr.14744) 21 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:51.007142+0000 mgr.smithi012.uvcbek (mgr.14744) 22 : audit [DBG] from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:51.306760+0000 mgr.smithi012.uvcbek (mgr.14744) 23 : audit [DBG] from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:51.737396+0000 mon.smithi186 (mon.1) 102 : audit [DBG] from='client.? 172.21.15.12:0/4116831284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:13:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:52.051931+0000 mgr.smithi012.uvcbek (mgr.14744) 24 : audit [DBG] from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:52.229155+0000 mgr.smithi012.uvcbek (mgr.14744) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.704671+0000 mon.smithi012 (mon.0) 1 : cluster [INF] mon.smithi012 calling monitor election 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.718187+0000 mon.smithi012 (mon.0) 2 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi186 in quorum (ranks 0,1) 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.722882+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.723470+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.723508+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.724554+0000 mon.smithi012 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi012.uvcbek(active, since 24s), standbys: smithi186.dmnwef 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.724734+0000 mon.smithi012 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:53.731389+0000 mon.smithi012 (mon.0) 8 : audit [INF] from='mgr.14744 ' entity='' 2024-02-22T19:13:54.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:13:53.733195+0000 mon.smithi186 (mon.1) 103 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:50.678625+0000 mon.smithi186 (mon.1) 100 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:50.681223+0000 mon.smithi186 (mon.1) 101 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:50.684500+0000 mgr.smithi012.uvcbek (mgr.14744) 21 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:51.007142+0000 mgr.smithi012.uvcbek (mgr.14744) 22 : audit [DBG] from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:51.306760+0000 mgr.smithi012.uvcbek (mgr.14744) 23 : audit [DBG] from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:51.737396+0000 mon.smithi186 (mon.1) 102 : audit [DBG] from='client.? 172.21.15.12:0/4116831284' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:52.051931+0000 mgr.smithi012.uvcbek (mgr.14744) 24 : audit [DBG] from='client.24575 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:13:54.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:52.229155+0000 mgr.smithi012.uvcbek (mgr.14744) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.704671+0000 mon.smithi012 (mon.0) 1 : cluster [INF] mon.smithi012 calling monitor election 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.718187+0000 mon.smithi012 (mon.0) 2 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi186 in quorum (ranks 0,1) 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.722882+0000 mon.smithi012 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.723470+0000 mon.smithi012 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.723508+0000 mon.smithi012 (mon.0) 5 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.724554+0000 mon.smithi012 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi012.uvcbek(active, since 24s), standbys: smithi186.dmnwef 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.724734+0000 mon.smithi012 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:53.731389+0000 mon.smithi012 (mon.0) 8 : audit [INF] from='mgr.14744 ' entity='' 2024-02-22T19:13:54.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:13:53.733195+0000 mon.smithi186 (mon.1) 103 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:13:55.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:53.784651+0000 mon.smithi012 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi012.uvcbek(active, since 24s), standbys: smithi186.dmnwef 2024-02-22T19:13:55.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:53.784651+0000 mon.smithi012 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi012.uvcbek(active, since 24s), standbys: smithi186.dmnwef 2024-02-22T19:13:55.628 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:13:56.081 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:54.229490+0000 mgr.smithi012.uvcbek (mgr.14744) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:54.229490+0000 mgr.smithi012.uvcbek (mgr.14744) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:58.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:56.230017+0000 mgr.smithi012.uvcbek (mgr.14744) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:13:58.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:56.230017+0000 mgr.smithi012.uvcbek (mgr.14744) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:00.097 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:13:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:13:58.230784+0000 mgr.smithi012.uvcbek (mgr.14744) 28 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:00.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:13:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:13:58.230784+0000 mgr.smithi012.uvcbek (mgr.14744) 28 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:00.670 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:01.582 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:14:00.231304+0000 mgr.smithi012.uvcbek (mgr.14744) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.448572+0000 mon.smithi012 (mon.0) 10 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.450796+0000 mon.smithi186 (mon.1) 104 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.451770+0000 mon.smithi186 (mon.1) 105 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.458269+0000 mon.smithi012 (mon.0) 11 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.463911+0000 mon.smithi012 (mon.0) 12 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.467701+0000 mon.smithi186 (mon.1) 106 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.471264+0000 mon.smithi186 (mon.1) 107 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:01.583 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:00.472574+0000 mon.smithi186 (mon.1) 108 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-22T19:14:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:00.231304+0000 mgr.smithi012.uvcbek (mgr.14744) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.448572+0000 mon.smithi012 (mon.0) 10 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.450796+0000 mon.smithi186 (mon.1) 104 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.451770+0000 mon.smithi186 (mon.1) 105 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.458269+0000 mon.smithi012 (mon.0) 11 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.463911+0000 mon.smithi012 (mon.0) 12 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.467701+0000 mon.smithi186 (mon.1) 106 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:01.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.471264+0000 mon.smithi186 (mon.1) 107 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:01.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:00.472574+0000 mon.smithi186 (mon.1) 108 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-22T19:14:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:02.007772+0000 mgr.smithi012.uvcbek (mgr.14744) 30 : cephadm [INF] Upgrade: Updating mon.smithi186 2024-02-22T19:14:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:02.012523+0000 mon.smithi012 (mon.0) 13 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:02.014153+0000 mon.smithi186 (mon.1) 109 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:14:03.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:02.014978+0000 mon.smithi186 (mon.1) 110 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:14:03.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:02.015793+0000 mon.smithi186 (mon.1) 111 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:03.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:02.016606+0000 mgr.smithi012.uvcbek (mgr.14744) 31 : cephadm [INF] Deploying daemon mon.smithi186 on smithi186 2024-02-22T19:14:03.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:02.232098+0000 mgr.smithi012.uvcbek (mgr.14744) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:03.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:14:02.007772+0000 mgr.smithi012.uvcbek (mgr.14744) 30 : cephadm [INF] Upgrade: Updating mon.smithi186 2024-02-22T19:14:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:02.012523+0000 mon.smithi012 (mon.0) 13 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:02.014153+0000 mon.smithi186 (mon.1) 109 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:14:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:02.014978+0000 mon.smithi186 (mon.1) 110 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:14:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: audit 2024-02-22T19:14:02.015793+0000 mon.smithi186 (mon.1) 111 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cephadm 2024-02-22T19:14:02.016606+0000 mgr.smithi012.uvcbek (mgr.14744) 31 : cephadm [INF] Deploying daemon mon.smithi186 on smithi186 2024-02-22T19:14:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: cluster 2024-02-22T19:14:02.232098+0000 mgr.smithi012.uvcbek (mgr.14744) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:03.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 systemd[1]: Stopping Ceph mon.smithi186 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:14:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:14:03.797+0000 7f8f73919700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi186 -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-22T19:14:04.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186[36989]: debug 2024-02-22T19:14:03.797+0000 7f8f73919700 -1 mon.smithi186@1(peon) e2 *** Got Signal Terminated *** 2024-02-22T19:14:04.517 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:04 smithi186 bash[57555]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186 2024-02-22T19:14:04.769 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:04 smithi186 bash[57607]: Error: no container with ID 17db2906d69522ee2f6a30eb570b13326809abd252816fdc5caeb88bff70a641 found in database: no such container 2024-02-22T19:14:04.770 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:04 smithi186 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi186.service: Succeeded. 2024-02-22T19:14:04.770 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:04 smithi186 systemd[1]: Stopped Ceph mon.smithi186 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:14:05.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:04 smithi186 systemd[1]: Starting Ceph mon.smithi186 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.397+0000 7fea1d515880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.397+0000 7fea1d515880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 7 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.397+0000 7fea1d515880 0 pidfile_write: ignore empty --pid-file 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 0 load: jerasure load: lrc load: isa 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: RocksDB version: 6.8.1 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Compile date Feb 20 2024 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: DB SUMMARY 2024-02-22T19:14:05.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: CURRENT file: CURRENT 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 690 Bytes 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi186/store.db dir, Total Num: 1, files: 000017.sst 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi186/store.db: 000015.log size: 8659638 ; 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.error_if_exists: 0 2024-02-22T19:14:05.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.create_if_missing: 0 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.paranoid_checks: 1 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.env: 0x557609200080 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.fs: Posix File System 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.info_log: 0x557609c30560 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.statistics: (nil) 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.use_fsync: 0 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.max_log_file_size: 0 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.allow_fallocate: 1 2024-02-22T19:14:05.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.use_direct_reads: 0 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.db_log_dir: 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi186/store.db 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.max_subcompactions: 1 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.max_background_flushes: -1 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-22T19:14:05.683 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.write_buffer_manager: 0x55760a9223f0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.402+0000 7fea1d515880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.unordered_write: 0 2024-02-22T19:14:05.684 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.row_cache: None 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.wal_filter: None 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.preserve_deletes: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.two_write_queues: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.atomic_flush: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-22T19:14:05.685 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.log_readahead_size: 0 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_background_jobs: 2 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_background_compactions: -1 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_open_files: -1 2024-02-22T19:14:05.686 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Compression algorithms supported: 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kZSTD supported: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kXpressCompression supported: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kLZ4Compression supported: 1 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kBZip2Compression supported: 0 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kZlibCompression supported: 1 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: kSnappyCompression supported: 1 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi186/store.db/MANIFEST-000005 2024-02-22T19:14:05.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.merge_operator: 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_filter: None 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557609bd5d10) 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cache_index_and_filter_blocks: 1 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-22T19:14:05.688 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: pin_top_level_index_and_filter: 1 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: index_type: 0 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: data_block_index_type: 0 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: index_shortening: 1 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: data_block_hash_table_util_ratio: 0.750000 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: hash_index_allow_collision: 1 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: checksum: 1 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: no_block_cache: 0 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_cache: 0x557609c0af10 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_cache_name: BinnedLRUCache 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_cache_options: 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: capacity : 536870912 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: num_shard_bits : 4 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: strict_capacity_limit : 0 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: high_pri_pool_ratio: 0.000 2024-02-22T19:14:05.689 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_cache_compressed: (nil) 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: persistent_cache: (nil) 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_size: 4096 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_size_deviation: 10 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_restart_interval: 16 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: index_block_restart_interval: 1 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: metadata_block_size: 4096 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: partition_filters: 0 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: use_delta_encoding: 1 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: whole_key_filtering: 1 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: verify_compression: 0 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: read_amp_bytes_per_bit: 0 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: format_version: 2 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: enable_index_compression: 1 2024-02-22T19:14:05.690 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: block_align: 0 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compression: NoCompression 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.num_levels: 7 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-22T19:14:05.691 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-22T19:14:05.692 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-22T19:14:05.693 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-22T19:14:05.694 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-22T19:14:05.695 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.table_properties_collectors: 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.inplace_update_support: 0 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.bloom_locality: 0 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.max_successive_merges: 0 2024-02-22T19:14:05.696 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.ttl: 2592000 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi186/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9712, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.403+0000 7fea1d515880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.404+0000 7fea1d515880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708629245405234, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.404+0000 7fea1d515880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.410+0000 7fea1d515880 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-22T19:14:05.697 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.417+0000 7fea1d515880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708629245418988, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 5580234, "table_properties": {"data_size": 5571247, "index_size": 7203, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 8104, "raw_average_key_size": 21, "raw_value_size": 5560148, "raw_average_value_size": 14748, "num_data_blocks": 228, "num_entries": 377, "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": 1708629245, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.417+0000 7fea1d515880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.418+0000 7fea1d515880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.418+0000 7fea1d515880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708629245419795, "job": 1, "event": "recovery_finished"} 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.419+0000 7fea1d515880 4 rocksdb: DB pointer 0x557609cd3800 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.420+0000 7fea04307700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.420+0000 7fea04307700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ** DB Stats ** 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.698 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ** Compaction Stats [default] ** 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: L0 1/0 5.32 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 742.8 0.01 0.00 1 0.007 0 0 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: L6 1/0 22.82 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-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Sum 2/0 28.14 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 742.8 0.01 0.00 1 0.007 0 0 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 742.8 0.01 0.00 1 0.007 0 0 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ** Compaction Stats [default] ** 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:14:05.699 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 742.8 0.01 0.00 1 0.007 0 0 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Flush(GB): cumulative 0.005, interval 0.005 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Cumulative compaction: 0.01 GB write, 315.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Interval compaction: 0.01 GB write, 315.68 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ** Compaction Stats [default] ** 2024-02-22T19:14:05.700 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: L0 1/0 5.32 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 742.8 0.01 0.00 1 0.007 0 0 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: L6 1/0 22.82 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-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Sum 2/0 28.14 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 742.8 0.01 0.00 1 0.007 0 0 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ** Compaction Stats [default] ** 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 742.8 0.01 0.00 1 0.007 0 0 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Flush(GB): cumulative 0.005, interval 0.000 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-22T19:14:05.701 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(Total Files): cumulative 0, interval 0 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: AddFile(Keys): cumulative 0, interval 0 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Cumulative compaction: 0.01 GB write, 315.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: ** File Read Latency Histogram By Level [default] ** 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.420+0000 7fea1d515880 0 starting mon.smithi186 rank 1 at public addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] at bind addrs [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi186 fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.421+0000 7fea1d515880 1 mon.smithi186@-1(???) e2 preinit fsid e9b66754-d1b4-11ee-95bf-87774f69a715 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.421+0000 7fea1d515880 0 mon.smithi186@-1(???).mds e8 new map 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.421+0000 7fea1d515880 0 mon.smithi186@-1(???).mds e8 print_map 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: e8 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-22T19:14:05.702 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: legacy client fscid: 1 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Filesystem 'foofs' (1) 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: fs_name foofs 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: epoch 5 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: flags 12 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: created 2024-02-22T19:10:18.777786+0000 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: modified 2024-02-22T19:10:23.803841+0000 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: tableserver 0 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: root 0 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: session_timeout 60 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: session_autoclose 300 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: max_file_size 1099511627776 2024-02-22T19:14:05.703 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: required_client_features {} 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: last_failure 0 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: last_failure_osd_epoch 0 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 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-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: max_mds 1 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: in 0 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: up {0=14480} 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: failed 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: damaged 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: stopped 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: data_pools [3] 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: metadata_pool 2 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: inline_data disabled 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: balancer 2024-02-22T19:14:05.704 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: standby_count_wanted 1 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: [mds.foofs.smithi012.imtlqu{0:14480} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.12:6834/3402397604,v1:172.21.15.12:6835/3402397604] compat {c=[1],r=[1],i=[7ff]}] 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: Standby daemons: 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: [mds.foofs.smithi186.qncdya{-1:24311} state up:standby seq 2 join_fscid=1 addr [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] compat {c=[1],r=[1],i=[7ff]}] 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.422+0000 7fea1d515880 0 mon.smithi186@-1(???).osd e70 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.422+0000 7fea1d515880 0 mon.smithi186@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.422+0000 7fea1d515880 0 mon.smithi186@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.422+0000 7fea1d515880 0 mon.smithi186@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:02.007772+0000 mgr.smithi012.uvcbek (mgr.14744) 30 : cephadm [INF] Upgrade: Updating mon.smithi186 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:02.012523+0000 mon.smithi012 (mon.0) 13 : audit [INF] from='mgr.14744 ' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:05.705 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:02.014153+0000 mon.smithi186 (mon.1) 109 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-22T19:14:05.706 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:02.014978+0000 mon.smithi186 (mon.1) 110 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-22T19:14:05.706 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:02.015793+0000 mon.smithi186 (mon.1) 111 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:05.706 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:02.016606+0000 mgr.smithi012.uvcbek (mgr.14744) 31 : cephadm [INF] Deploying daemon mon.smithi186 on smithi186 2024-02-22T19:14:05.706 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:02.232098+0000 mgr.smithi012.uvcbek (mgr.14744) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:05.706 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:14:05.422+0000 7fea1d515880 1 mon.smithi186@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-02-22T19:14:05.706 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 bash[57753]: df92e5494dca80073e2a283b57961e53cc8061fc266d69d2c7b426279831d829 2024-02-22T19:14:05.706 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:05 smithi186 systemd[1]: Started Ceph mon.smithi186 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:14:05.721 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:07.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:03.814959+0000 mon.smithi012 (mon.0) 14 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:14:07.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:03.815319+0000 mon.smithi012 (mon.0) 15 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:14:07.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:03.814959+0000 mon.smithi012 (mon.0) 14 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi012"}]: dispatch 2024-02-22T19:14:07.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:03.815319+0000 mon.smithi012 (mon.0) 15 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:04.232608+0000 mgr.smithi012.uvcbek (mgr.14744) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:06.233237+0000 mgr.smithi012.uvcbek (mgr.14744) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.020932+0000 mon.smithi186 (mon.1) 1 : cluster [INF] mon.smithi186 calling monitor election 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.022127+0000 mon.smithi012 (mon.0) 16 : cluster [INF] mon.smithi012 calling monitor election 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.037755+0000 mon.smithi012 (mon.0) 17 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi186 in quorum (ranks 0,1) 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.048413+0000 mon.smithi012 (mon.0) 18 : cluster [DBG] monmap e2: 2 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.061091+0000 mon.smithi012 (mon.0) 19 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.061120+0000 mon.smithi012 (mon.0) 20 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-22T19:14:08.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.061432+0000 mon.smithi012 (mon.0) 21 : cluster [DBG] mgrmap e34: smithi012.uvcbek(active, since 37s), standbys: smithi186.dmnwef 2024-02-22T19:14:08.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:07.061602+0000 mon.smithi012 (mon.0) 22 : cluster [INF] overall HEALTH_OK 2024-02-22T19:14:08.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:07.067626+0000 mon.smithi012 (mon.0) 23 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:08.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:07.068648+0000 mon.smithi012 (mon.0) 24 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:08.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:07.322493+0000 mon.smithi012 (mon.0) 25 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:04.232608+0000 mgr.smithi012.uvcbek (mgr.14744) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:06.233237+0000 mgr.smithi012.uvcbek (mgr.14744) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.020932+0000 mon.smithi186 (mon.1) 1 : cluster [INF] mon.smithi186 calling monitor election 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.022127+0000 mon.smithi012 (mon.0) 16 : cluster [INF] mon.smithi012 calling monitor election 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.037755+0000 mon.smithi012 (mon.0) 17 : cluster [INF] mon.smithi012 is new leader, mons smithi012,smithi186 in quorum (ranks 0,1) 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.048413+0000 mon.smithi012 (mon.0) 18 : cluster [DBG] monmap e2: 2 mons at {smithi012=[v2:172.21.15.12:3300/0,v1:172.21.15.12:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.061091+0000 mon.smithi012 (mon.0) 19 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.061120+0000 mon.smithi012 (mon.0) 20 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.061432+0000 mon.smithi012 (mon.0) 21 : cluster [DBG] mgrmap e34: smithi012.uvcbek(active, since 37s), standbys: smithi186.dmnwef 2024-02-22T19:14:08.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:07.061602+0000 mon.smithi012 (mon.0) 22 : cluster [INF] overall HEALTH_OK 2024-02-22T19:14:08.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:07.067626+0000 mon.smithi012 (mon.0) 23 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:08.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:07.068648+0000 mon.smithi012 (mon.0) 24 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:08.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:07.322493+0000 mon.smithi012 (mon.0) 25 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:09.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:08.234006+0000 mgr.smithi012.uvcbek (mgr.14744) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:09.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:08.234006+0000 mgr.smithi012.uvcbek (mgr.14744) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:10.755 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:11.808 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:10.234490+0000 mgr.smithi012.uvcbek (mgr.14744) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:11.808 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.332589+0000 mon.smithi012 (mon.0) 26 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.808 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.333574+0000 mon.smithi012 (mon.0) 27 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:11.808 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.334529+0000 mon.smithi012 (mon.0) 28 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:11.808 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.339005+0000 mon.smithi012 (mon.0) 29 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.808 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.345463+0000 mon.smithi012 (mon.0) 30 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.808 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.349032+0000 mon.smithi012 (mon.0) 31 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:11.809 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.351543+0000 mon.smithi012 (mon.0) 32 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:11.809 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.352988+0000 mon.smithi012 (mon.0) 33 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:11.809 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.357347+0000 mon.smithi012 (mon.0) 34 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.809 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.358388+0000 mon.smithi012 (mon.0) 35 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi012"}]: dispatch 2024-02-22T19:14:11.809 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.362931+0000 mon.smithi012 (mon.0) 36 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi012"}]': finished 2024-02-22T19:14:11.809 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.363617+0000 mon.smithi012 (mon.0) 37 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi186"}]: dispatch 2024-02-22T19:14:11.809 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:11.366769+0000 mon.smithi012 (mon.0) 38 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi186"}]': finished 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:10.234490+0000 mgr.smithi012.uvcbek (mgr.14744) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.332589+0000 mon.smithi012 (mon.0) 26 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.333574+0000 mon.smithi012 (mon.0) 27 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.334529+0000 mon.smithi012 (mon.0) 28 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.339005+0000 mon.smithi012 (mon.0) 29 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.345463+0000 mon.smithi012 (mon.0) 30 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.349032+0000 mon.smithi012 (mon.0) 31 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.351543+0000 mon.smithi012 (mon.0) 32 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.352988+0000 mon.smithi012 (mon.0) 33 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.357347+0000 mon.smithi012 (mon.0) 34 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.358388+0000 mon.smithi012 (mon.0) 35 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi012"}]: dispatch 2024-02-22T19:14:11.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.362931+0000 mon.smithi012 (mon.0) 36 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi012"}]': finished 2024-02-22T19:14:11.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.363617+0000 mon.smithi012 (mon.0) 37 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi186"}]: dispatch 2024-02-22T19:14:11.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:11.366769+0000 mon.smithi012 (mon.0) 38 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi186"}]': finished 2024-02-22T19:14:12.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:11.353683+0000 mgr.smithi012.uvcbek (mgr.14744) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-22T19:14:12.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:11.353683+0000 mgr.smithi012.uvcbek (mgr.14744) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-22T19:14:13.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:12.235111+0000 mgr.smithi012.uvcbek (mgr.14744) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:13.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:12.987217+0000 mon.smithi012 (mon.0) 39 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:13.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:12.988054+0000 mon.smithi012 (mon.0) 40 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:14:13.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:12.988800+0000 mon.smithi012 (mon.0) 41 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:12.235111+0000 mgr.smithi012.uvcbek (mgr.14744) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:12.987217+0000 mon.smithi012 (mon.0) 39 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:12.988054+0000 mon.smithi012 (mon.0) 40 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi012", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:14:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:12.988800+0000 mon.smithi012 (mon.0) 41 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:14.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:12.982919+0000 mgr.smithi012.uvcbek (mgr.14744) 39 : cephadm [INF] Upgrade: Updating crash.smithi012 (1/2) 2024-02-22T19:14:14.719 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:12.989397+0000 mgr.smithi012.uvcbek (mgr.14744) 40 : cephadm [INF] Deploying daemon crash.smithi012 on smithi012 2024-02-22T19:14:14.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:12.982919+0000 mgr.smithi012.uvcbek (mgr.14744) 39 : cephadm [INF] Upgrade: Updating crash.smithi012 (1/2) 2024-02-22T19:14:14.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:12.989397+0000 mgr.smithi012.uvcbek (mgr.14744) 40 : cephadm [INF] Deploying daemon crash.smithi012 on smithi012 2024-02-22T19:14:15.730 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:14.235433+0000 mgr.smithi012.uvcbek (mgr.14744) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:15.759 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:14.235433+0000 mgr.smithi012.uvcbek (mgr.14744) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:15.809 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:16.235921+0000 mgr.smithi012.uvcbek (mgr.14744) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:16.837012+0000 mon.smithi012 (mon.0) 42 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:18.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:16.235921+0000 mgr.smithi012.uvcbek (mgr.14744) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:18.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:16.837012+0000 mon.smithi012 (mon.0) 42 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:19.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:18.236382+0000 mgr.smithi012.uvcbek (mgr.14744) 43 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:19.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:18.289927+0000 mgr.smithi012.uvcbek (mgr.14744) 44 : cephadm [INF] Upgrade: Updating crash.smithi186 (2/2) 2024-02-22T19:14:19.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:18.294959+0000 mon.smithi012 (mon.0) 43 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:19.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:18.295942+0000 mon.smithi012 (mon.0) 44 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:14:19.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:18.296822+0000 mon.smithi012 (mon.0) 45 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:19.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:18.297547+0000 mgr.smithi012.uvcbek (mgr.14744) 45 : cephadm [INF] Deploying daemon crash.smithi186 on smithi186 2024-02-22T19:14:19.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:18.236382+0000 mgr.smithi012.uvcbek (mgr.14744) 43 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:19.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:18.289927+0000 mgr.smithi012.uvcbek (mgr.14744) 44 : cephadm [INF] Upgrade: Updating crash.smithi186 (2/2) 2024-02-22T19:14:19.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:18.294959+0000 mon.smithi012 (mon.0) 43 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:19.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:18.295942+0000 mon.smithi012 (mon.0) 44 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-22T19:14:19.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:18.296822+0000 mon.smithi012 (mon.0) 45 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:19.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:18.297547+0000 mgr.smithi012.uvcbek (mgr.14744) 45 : cephadm [INF] Deploying daemon crash.smithi186 on smithi186 2024-02-22T19:14:20.850 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:21.569 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:20.236880+0000 mgr.smithi012.uvcbek (mgr.14744) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:21.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:20.236880+0000 mgr.smithi012.uvcbek (mgr.14744) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:22.414 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (8m) 22s ago 9m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 starting - - - - 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 starting - - - - 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (8m) 22s ago 9m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (4m) 22s ago 4m 43.1M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (3m) 11s ago 3m 13.5M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (61s) 22s ago 11m 427M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:14:23.032 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (40s) 11s ago 8m 384M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (31s) 22s ago 11m 24.8M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (18s) 11s ago 8m 26.5M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (92s) 22s ago 91s 59.0M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (86s) 11s ago 86s 49.7M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (9m) 22s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (8m) 11s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (8m) 22s ago 8m 368M 1945M 16.2.5 6933c2a0b7dd 37ea0b3bd13a 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (7m) 22s ago 7m 292M 1945M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (7m) 22s ago 7m 231M 1945M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (6m) 22s ago 6m 339M 1945M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (6m) 11s ago 6m 356M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (6m) 11s ago 6m 376M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (5m) 11s ago 5m 312M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (5m) 11s ago 5m 464M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:14:23.033 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (66s) 22s ago 9m 51.1M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:14:23.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:21.888187+0000 mon.smithi012 (mon.0) 46 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:23.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:21.889127+0000 mon.smithi012 (mon.0) 47 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:21.888187+0000 mon.smithi012 (mon.0) 46 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:23.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:21.889127+0000 mon.smithi012 (mon.0) 47 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:23.419 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:14:23.419 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4, 2024-02-22T19:14:23.420 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10 2024-02-22T19:14:23.421 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:14:23.421 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr" 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "4/23 daemons upgraded", 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading crash daemons", 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:14:23.739 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:14:24.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:22.237456+0000 mgr.smithi012.uvcbek (mgr.14744) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:24.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:22.400709+0000 mgr.smithi012.uvcbek (mgr.14744) 48 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:24.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:22.712132+0000 mgr.smithi012.uvcbek (mgr.14744) 49 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:24.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:23.419571+0000 mon.smithi012 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.12:0/1205015804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:24.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:22.237456+0000 mgr.smithi012.uvcbek (mgr.14744) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:24.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:22.400709+0000 mgr.smithi012.uvcbek (mgr.14744) 48 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:24.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:22.712132+0000 mgr.smithi012.uvcbek (mgr.14744) 49 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:24.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:23.419571+0000 mon.smithi012 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.12:0/1205015804' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:25.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:23.021725+0000 mgr.smithi012.uvcbek (mgr.14744) 50 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:25.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:24 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:23.738442+0000 mgr.smithi012.uvcbek (mgr.14744) 51 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:25.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:23.021725+0000 mgr.smithi012.uvcbek (mgr.14744) 50 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:25.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:24 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:23.738442+0000 mgr.smithi012.uvcbek (mgr.14744) 51 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:25.895 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:26.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:24.237787+0000 mgr.smithi012.uvcbek (mgr.14744) 52 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:26.315 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:24.237787+0000 mgr.smithi012.uvcbek (mgr.14744) 52 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:27.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:25.971998+0000 mon.smithi012 (mon.0) 49 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:27.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:26.238279+0000 mgr.smithi012.uvcbek (mgr.14744) 53 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:27.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:25.971998+0000 mon.smithi012 (mon.0) 49 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:27.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:26.238279+0000 mgr.smithi012.uvcbek (mgr.14744) 53 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:28.238697+0000 mgr.smithi012.uvcbek (mgr.14744) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.648180+0000 mon.smithi012 (mon.0) 50 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.649039+0000 mon.smithi012 (mon.0) 51 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.649694+0000 mon.smithi012 (mon.0) 52 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.653135+0000 mon.smithi012 (mon.0) 53 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.657996+0000 mon.smithi012 (mon.0) 54 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.660847+0000 mon.smithi012 (mon.0) 55 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.662780+0000 mon.smithi012 (mon.0) 56 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.663867+0000 mon.smithi012 (mon.0) 57 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.664913+0000 mon.smithi012 (mon.0) 58 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:28.665415+0000 mgr.smithi012.uvcbek (mgr.14744) 55 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-22T19:14:29.797 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.668757+0000 mon.smithi012 (mon.0) 59 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.798 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.669439+0000 mon.smithi012 (mon.0) 60 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi012"}]: dispatch 2024-02-22T19:14:29.798 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.672311+0000 mon.smithi012 (mon.0) 61 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi012"}]': finished 2024-02-22T19:14:29.798 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.672863+0000 mon.smithi012 (mon.0) 62 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi186"}]: dispatch 2024-02-22T19:14:29.798 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.675556+0000 mon.smithi012 (mon.0) 63 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi186"}]': finished 2024-02-22T19:14:29.798 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.676630+0000 mon.smithi012 (mon.0) 64 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-22T19:14:29.798 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:28.676782+0000 mgr.smithi012.uvcbek (mgr.14744) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-22T19:14:29.798 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:28.677627+0000 mgr.smithi012.uvcbek (mgr.14744) 57 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:28.238697+0000 mgr.smithi012.uvcbek (mgr.14744) 54 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.648180+0000 mon.smithi012 (mon.0) 50 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.649039+0000 mon.smithi012 (mon.0) 51 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.649694+0000 mon.smithi012 (mon.0) 52 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.653135+0000 mon.smithi012 (mon.0) 53 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.657996+0000 mon.smithi012 (mon.0) 54 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.660847+0000 mon.smithi012 (mon.0) 55 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.662780+0000 mon.smithi012 (mon.0) 56 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.663867+0000 mon.smithi012 (mon.0) 57 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.664913+0000 mon.smithi012 (mon.0) 58 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:28.665415+0000 mgr.smithi012.uvcbek (mgr.14744) 55 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.668757+0000 mon.smithi012 (mon.0) 59 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.669439+0000 mon.smithi012 (mon.0) 60 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi012"}]: dispatch 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.672311+0000 mon.smithi012 (mon.0) 61 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi012"}]': finished 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.672863+0000 mon.smithi012 (mon.0) 62 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi186"}]: dispatch 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.675556+0000 mon.smithi012 (mon.0) 63 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi186"}]': finished 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.676630+0000 mon.smithi012 (mon.0) 64 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:28.676782+0000 mgr.smithi012.uvcbek (mgr.14744) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-22T19:14:29.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:28.677627+0000 mgr.smithi012.uvcbek (mgr.14744) 57 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-22T19:14:30.934 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:30.215703+0000 mgr.smithi012.uvcbek (mgr.14744) 58 : cephadm [INF] Upgrade: Updating osd.0 2024-02-22T19:14:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:30.220003+0000 mon.smithi012 (mon.0) 65 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:30.220750+0000 mon.smithi012 (mon.0) 66 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-22T19:14:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:30.221357+0000 mon.smithi012 (mon.0) 67 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:31.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:30.222560+0000 mgr.smithi012.uvcbek (mgr.14744) 59 : cephadm [INF] Deploying daemon osd.0 on smithi012 2024-02-22T19:14:31.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:30.239021+0000 mgr.smithi012.uvcbek (mgr.14744) 60 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:30.215703+0000 mgr.smithi012.uvcbek (mgr.14744) 58 : cephadm [INF] Upgrade: Updating osd.0 2024-02-22T19:14:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:30.220003+0000 mon.smithi012 (mon.0) 65 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:30.220750+0000 mon.smithi012 (mon.0) 66 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-22T19:14:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:30.221357+0000 mon.smithi012 (mon.0) 67 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:30.222560+0000 mgr.smithi012.uvcbek (mgr.14744) 59 : cephadm [INF] Deploying daemon osd.0 on smithi012 2024-02-22T19:14:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:30.239021+0000 mgr.smithi012.uvcbek (mgr.14744) 60 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:33.455 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:32.239711+0000 mgr.smithi012.uvcbek (mgr.14744) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:33.456 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:33 smithi012 systemd[1]: Stopping Ceph osd.0 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:14:33.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:32.239711+0000 mgr.smithi012.uvcbek (mgr.14744) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:14:33.767 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0[73503]: debug 2024-02-22T19:14:33.454+0000 7f2892f54700 -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-22T19:14:33.767 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0[73503]: debug 2024-02-22T19:14:33.454+0000 7f2892f54700 -1 osd.0 70 *** Got signal Terminated *** 2024-02-22T19:14:33.767 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0[73503]: debug 2024-02-22T19:14:33.454+0000 7f2892f54700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:14:34.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:33 smithi012 bash[108533]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0 2024-02-22T19:14:34.606 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:34 smithi012 bash[108588]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0" found: no such container 2024-02-22T19:14:34.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732013+0000 mon.smithi012 (mon.0) 68 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732074+0000 mon.smithi012 (mon.0) 69 : cluster [INF] osd.0 failed (root=default,host=smithi012) (connection refused reported by osd.3) 2024-02-22T19:14:34.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732389+0000 mon.smithi012 (mon.0) 70 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732505+0000 mon.smithi012 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732691+0000 mon.smithi012 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732825+0000 mon.smithi012 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732878+0000 mon.smithi012 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.732981+0000 mon.smithi012 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.733032+0000 mon.smithi012 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.733139+0000 mon.smithi012 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.733190+0000 mon.smithi012 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.733289+0000 mon.smithi012 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.733341+0000 mon.smithi012 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.733440+0000 mon.smithi012 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:33.733531+0000 mon.smithi012 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.132824+0000 mon.smithi012 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.132880+0000 mon.smithi012 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.133559+0000 mon.smithi012 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.133652+0000 mon.smithi012 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.133798+0000 mon.smithi012 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.133849+0000 mon.smithi012 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.133955+0000 mon.smithi012 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.134007+0000 mon.smithi012 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.134120+0000 mon.smithi012 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.134171+0000 mon.smithi012 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.134275+0000 mon.smithi012 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:34.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.134322+0000 mon.smithi012 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.134429+0000 mon.smithi012 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.134508+0000 mon.smithi012 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732013+0000 mon.smithi012 (mon.0) 68 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732074+0000 mon.smithi012 (mon.0) 69 : cluster [INF] osd.0 failed (root=default,host=smithi012) (connection refused reported by osd.3) 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732389+0000 mon.smithi012 (mon.0) 70 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732505+0000 mon.smithi012 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732691+0000 mon.smithi012 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732825+0000 mon.smithi012 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732878+0000 mon.smithi012 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.732981+0000 mon.smithi012 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.733032+0000 mon.smithi012 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.733139+0000 mon.smithi012 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.733190+0000 mon.smithi012 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.733289+0000 mon.smithi012 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.733341+0000 mon.smithi012 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.733440+0000 mon.smithi012 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:33.733531+0000 mon.smithi012 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.132824+0000 mon.smithi012 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.132880+0000 mon.smithi012 (mon.0) 84 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.133559+0000 mon.smithi012 (mon.0) 85 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.133652+0000 mon.smithi012 (mon.0) 86 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.133798+0000 mon.smithi012 (mon.0) 87 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.133849+0000 mon.smithi012 (mon.0) 88 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.133955+0000 mon.smithi012 (mon.0) 89 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.134007+0000 mon.smithi012 (mon.0) 90 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-22T19:14:34.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.134120+0000 mon.smithi012 (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.134171+0000 mon.smithi012 (mon.0) 92 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-22T19:14:34.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.134275+0000 mon.smithi012 (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:34.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.134322+0000 mon.smithi012 (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-22T19:14:34.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.134429+0000 mon.smithi012 (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-22T19:14:34.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.134508+0000 mon.smithi012 (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-22T19:14:35.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.240077+0000 mgr.smithi012.uvcbek (mgr.14744) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.293988+0000 mon.smithi012 (mon.0) 97 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:14:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:34.302677+0000 mon.smithi012 (mon.0) 98 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-22T19:14:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:34.303601+0000 mon.smithi012 (mon.0) 99 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:14:35.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:34.314761+0000 mon.smithi012 (mon.0) 100 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:14:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.240077+0000 mgr.smithi012.uvcbek (mgr.14744) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.293988+0000 mon.smithi012 (mon.0) 97 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:14:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:34.302677+0000 mon.smithi012 (mon.0) 98 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-22T19:14:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:34.303601+0000 mon.smithi012 (mon.0) 99 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:14:35.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:34.314761+0000 mon.smithi012 (mon.0) 100 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-22T19:14:35.978 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:36.310 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:36 smithi012 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.0.service: Succeeded. 2024-02-22T19:14:36.311 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:36 smithi012 systemd[1]: Stopped Ceph osd.0 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:14:36.311 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:36 smithi012 systemd[1]: Starting Ceph osd.0 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:14:36.574 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:35.306644+0000 mon.smithi012 (mon.0) 101 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-22T19:14:36.574 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:35.306731+0000 mon.smithi012 (mon.0) 102 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-22T19:14:36.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:35.306644+0000 mon.smithi012 (mon.0) 101 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-22T19:14:36.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:35.306731+0000 mon.smithi012 (mon.0) 102 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: 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-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-22T19:14:37.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:37 smithi012 bash[108866]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-22T19:14:37.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:36.240794+0000 mgr.smithi012.uvcbek (mgr.14744) 63 : cluster [DBG] pgmap v38: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:37.416 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:36.305055+0000 mon.smithi012 (mon.0) 103 : cluster [WRN] Health check failed: Degraded data redundancy: 185/1410 objects degraded (13.121%), 28 pgs degraded (PG_DEGRADED) 2024-02-22T19:14:37.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:36.240794+0000 mgr.smithi012.uvcbek (mgr.14744) 63 : cluster [DBG] pgmap v38: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:37.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:36.305055+0000 mon.smithi012 (mon.0) 103 : cluster [WRN] Health check failed: Degraded data redundancy: 185/1410 objects degraded (13.121%), 28 pgs degraded (PG_DEGRADED) 2024-02-22T19:14:38.856 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0[109122]: debug 2024-02-22T19:14:38.363+0000 7efefb3e7700 1 -- 172.21.15.12:0/317408398 <== mon.0 v2:172.21.15.12:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557b30bd6680 con 0x557b30b9d000 2024-02-22T19:14:38.856 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:38 smithi012 bash[109107]: 48518acb7234e6004bbd67bd9020922aff62e15b8e44ef26515f663846e033c5 2024-02-22T19:14:38.856 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:38 smithi012 systemd[1]: Started Ceph osd.0 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:14:39.146 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0[109122]: debug 2024-02-22T19:14:38.884+0000 7eff02e75380 -1 Falling back to public interface 2024-02-22T19:14:39.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:38.241470+0000 mgr.smithi012.uvcbek (mgr.14744) 64 : cluster [DBG] pgmap v39: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:39.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:38.493445+0000 mon.smithi012 (mon.0) 104 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:39.494 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:38.494247+0000 mon.smithi012 (mon.0) 105 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:38.241470+0000 mgr.smithi012.uvcbek (mgr.14744) 64 : cluster [DBG] pgmap v39: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:38.493445+0000 mon.smithi012 (mon.0) 104 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:38.494247+0000 mon.smithi012 (mon.0) 105 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:41.018 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:41.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:40.241916+0000 mgr.smithi012.uvcbek (mgr.14744) 65 : cluster [DBG] pgmap v40: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:41.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:40.241916+0000 mgr.smithi012.uvcbek (mgr.14744) 65 : cluster [DBG] pgmap v40: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:42.242787+0000 mgr.smithi012.uvcbek (mgr.14744) 66 : cluster [DBG] pgmap v41: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:43.856 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0[109122]: debug 2024-02-22T19:14:43.604+0000 7eff02e75380 -1 osd.0 70 log_to_monitors {default=true} 2024-02-22T19:14:43.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:42.242787+0000 mgr.smithi012.uvcbek (mgr.14744) 66 : cluster [DBG] pgmap v41: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:44.768 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:14:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0[109122]: debug 2024-02-22T19:14:44.518+0000 7efef2b59700 -1 osd.0 70 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:14:44.768 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:44 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:43.609564+0000 mon.smithi012 (mon.0) 106 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-22T19:14:44.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:43.609564+0000 mon.smithi012 (mon.0) 106 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:44.243236+0000 mgr.smithi012.uvcbek (mgr.14744) 67 : cluster [DBG] pgmap v42: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:44.505927+0000 mon.smithi012 (mon.0) 107 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:44.505996+0000 mon.smithi012 (mon.0) 108 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:44.510882+0000 mon.smithi012 (mon.0) 109 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.189193+0000 mon.smithi012 (mon.0) 110 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.412677+0000 mon.smithi012 (mon.0) 111 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.501246+0000 mon.smithi012 (mon.0) 112 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:45.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.502008+0000 mon.smithi012 (mon.0) 113 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:45.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:44.243236+0000 mgr.smithi012.uvcbek (mgr.14744) 67 : cluster [DBG] pgmap v42: 129 pgs: 28 active+undersized+degraded, 21 active+undersized, 80 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:14:45.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:44.505927+0000 mon.smithi012 (mon.0) 107 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-22T19:14:45.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:44.505996+0000 mon.smithi012 (mon.0) 108 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-22T19:14:45.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:44.510882+0000 mon.smithi012 (mon.0) 109 : audit [INF] from='osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:14:45.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.189193+0000 mon.smithi012 (mon.0) 110 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:45.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.412677+0000 mon.smithi012 (mon.0) 111 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:45.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.501246+0000 mon.smithi012 (mon.0) 112 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:14:45.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.502008+0000 mon.smithi012 (mon.0) 113 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:14:46.058 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:46.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:45.504399+0000 mon.smithi012 (mon.0) 114 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:14:46.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.507253+0000 mon.smithi012 (mon.0) 115 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:45.511818+0000 mon.smithi012 (mon.0) 116 : cluster [INF] osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603] boot 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:45.511881+0000 mon.smithi012 (mon.0) 117 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.512575+0000 mon.smithi012 (mon.0) 118 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.529766+0000 mon.smithi012 (mon.0) 119 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.539772+0000 mon.smithi012 (mon.0) 120 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.551740+0000 mon.smithi012 (mon.0) 121 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.553365+0000 mon.smithi012 (mon.0) 122 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.554468+0000 mon.smithi012 (mon.0) 123 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.555530+0000 mon.smithi012 (mon.0) 124 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:45.555671+0000 mgr.smithi012.uvcbek (mgr.14744) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:14:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:14:45.556287+0000 mgr.smithi012.uvcbek (mgr.14744) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:45.504399+0000 mon.smithi012 (mon.0) 114 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.507253+0000 mon.smithi012 (mon.0) 115 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:45.511818+0000 mon.smithi012 (mon.0) 116 : cluster [INF] osd.0 [v2:172.21.15.12:6802/81070603,v1:172.21.15.12:6803/81070603] boot 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:45.511881+0000 mon.smithi012 (mon.0) 117 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.512575+0000 mon.smithi012 (mon.0) 118 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.529766+0000 mon.smithi012 (mon.0) 119 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.539772+0000 mon.smithi012 (mon.0) 120 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.551740+0000 mon.smithi012 (mon.0) 121 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.553365+0000 mon.smithi012 (mon.0) 122 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.554468+0000 mon.smithi012 (mon.0) 123 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:46.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.555530+0000 mon.smithi012 (mon.0) 124 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:14:46.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:45.555671+0000 mgr.smithi012.uvcbek (mgr.14744) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:14:46.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:14:45.556287+0000 mgr.smithi012.uvcbek (mgr.14744) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-22T19:14:47.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:46.243975+0000 mgr.smithi012.uvcbek (mgr.14744) 70 : cluster [DBG] pgmap v45: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 74/1410 objects degraded (5.248%) 2024-02-22T19:14:47.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:46.513646+0000 mon.smithi012 (mon.0) 125 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-22T19:14:47.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:46.527902+0000 mon.smithi012 (mon.0) 126 : cluster [WRN] Health check update: Degraded data redundancy: 74/1410 objects degraded (5.248%), 9 pgs degraded (PG_DEGRADED) 2024-02-22T19:14:47.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:46.243975+0000 mgr.smithi012.uvcbek (mgr.14744) 70 : cluster [DBG] pgmap v45: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 74/1410 objects degraded (5.248%) 2024-02-22T19:14:47.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:46.513646+0000 mon.smithi012 (mon.0) 125 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-22T19:14:47.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:46.527902+0000 mon.smithi012 (mon.0) 126 : cluster [WRN] Health check update: Degraded data redundancy: 74/1410 objects degraded (5.248%), 9 pgs degraded (PG_DEGRADED) 2024-02-22T19:14:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:48.244696+0000 mgr.smithi012.uvcbek (mgr.14744) 71 : cluster [DBG] pgmap v47: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 74/1410 objects degraded (5.248%) 2024-02-22T19:14:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:48.244696+0000 mgr.smithi012.uvcbek (mgr.14744) 71 : cluster [DBG] pgmap v47: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 74/1410 objects degraded (5.248%) 2024-02-22T19:14:50.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:50.525699+0000 mon.smithi012 (mon.0) 127 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 74/1410 objects degraded (5.248%), 9 pgs degraded) 2024-02-22T19:14:50.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:50.525729+0000 mon.smithi012 (mon.0) 128 : cluster [INF] Cluster is now healthy 2024-02-22T19:14:50.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:50.525699+0000 mon.smithi012 (mon.0) 127 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 74/1410 objects degraded (5.248%), 9 pgs degraded) 2024-02-22T19:14:50.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:50.525729+0000 mon.smithi012 (mon.0) 128 : cluster [INF] Cluster is now healthy 2024-02-22T19:14:51.096 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:50.245291+0000 mgr.smithi012.uvcbek (mgr.14744) 72 : cluster [DBG] pgmap v48: 129 pgs: 33 peering, 96 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:51.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:50.245291+0000 mgr.smithi012.uvcbek (mgr.14744) 72 : cluster [DBG] pgmap v48: 129 pgs: 33 peering, 96 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:14:53.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:52.246086+0000 mgr.smithi012.uvcbek (mgr.14744) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 264 B/s rd, 264 B/s wr, 0 op/s 2024-02-22T19:14:53.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:52.246086+0000 mgr.smithi012.uvcbek (mgr.14744) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 264 B/s rd, 264 B/s wr, 0 op/s 2024-02-22T19:14:54.071 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:14:54.676 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:14:54.676 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (8m) 9s ago 10m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:14:54.676 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (38s) 9s ago 10m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:14:54.676 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (33s) 28s ago 9m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:14:54.676 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (8m) 9s ago 10m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:14:54.676 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (4m) 9s ago 4m 43.0M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:14:54.676 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (4m) 28s ago 4m 13.5M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (93s) 9s ago 11m 433M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (72s) 28s ago 9m 385M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (62s) 9s ago 11m 42.1M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (49s) 28s ago 9m 29.6M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (2m) 9s ago 2m 75.7M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (118s) 28s ago 117s 49.7M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (9m) 9s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (9m) 28s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (16s) 9s ago 8m 13.2M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (8m) 9s ago 8m 291M 1945M 16.2.5 6933c2a0b7dd 71cbd23e2ef2 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (7m) 9s ago 7m 231M 1945M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (7m) 9s ago 7m 339M 1945M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (7m) 28s ago 7m 356M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (6m) 28s ago 6m 376M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (6m) 28s ago 6m 312M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:14:54.677 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (6m) 28s ago 6m 464M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:14:54.678 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (98s) 9s ago 9m 51.4M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:14:55.037 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:14:55.037 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:14:55.037 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:14:55.037 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:55.037 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1, 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5, 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:14:55.038 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:14:55.337 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:14:55.337 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:14:55.337 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:14:55.337 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "7/23 daemons upgraded", 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading osd daemons", 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:14:55.338 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:14:55.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:54.058584+0000 mgr.smithi012.uvcbek (mgr.14744) 74 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:55.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:54.246437+0000 mgr.smithi012.uvcbek (mgr.14744) 75 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-02-22T19:14:55.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:54.367840+0000 mgr.smithi012.uvcbek (mgr.14744) 76 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:55.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:54.666114+0000 mgr.smithi012.uvcbek (mgr.14744) 77 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:55.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:55.037067+0000 mon.smithi012 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.12:0/2026995245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:55.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:54.058584+0000 mgr.smithi012.uvcbek (mgr.14744) 74 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:55.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:54.246437+0000 mgr.smithi012.uvcbek (mgr.14744) 75 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-02-22T19:14:55.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:54.367840+0000 mgr.smithi012.uvcbek (mgr.14744) 76 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:55.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:54.666114+0000 mgr.smithi012.uvcbek (mgr.14744) 77 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:55.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:55.037067+0000 mon.smithi012 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.12:0/2026995245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:14:56.136 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:14:56.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:56 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:14:55.337211+0000 mgr.smithi012.uvcbek (mgr.14744) 78 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:56.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:14:55.337211+0000 mgr.smithi012.uvcbek (mgr.14744) 78 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:14:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:56.247049+0000 mgr.smithi012.uvcbek (mgr.14744) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:14:57.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:56.247049+0000 mgr.smithi012.uvcbek (mgr.14744) 79 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:14:59.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:14:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:14:58.247623+0000 mgr.smithi012.uvcbek (mgr.14744) 80 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-02-22T19:14:59.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:14:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:14:58.247623+0000 mgr.smithi012.uvcbek (mgr.14744) 80 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-02-22T19:15:01.176 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:00.248127+0000 mgr.smithi012.uvcbek (mgr.14744) 81 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:15:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:00.413888+0000 mon.smithi012 (mon.0) 130 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:00.452385+0000 mon.smithi012 (mon.0) 131 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:00.562348+0000 mon.smithi012 (mon.0) 132 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:15:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:00.562531+0000 mgr.smithi012.uvcbek (mgr.14744) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:15:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:00.563586+0000 mgr.smithi012.uvcbek (mgr.14744) 83 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-22T19:15:01.708 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:00.248127+0000 mgr.smithi012.uvcbek (mgr.14744) 81 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:15:01.708 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:00.413888+0000 mon.smithi012 (mon.0) 130 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:01.708 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:00.452385+0000 mon.smithi012 (mon.0) 131 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:01.708 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:00.562348+0000 mon.smithi012 (mon.0) 132 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:15:01.708 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:00.562531+0000 mgr.smithi012.uvcbek (mgr.14744) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-22T19:15:01.708 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:00.563586+0000 mgr.smithi012.uvcbek (mgr.14744) 83 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-22T19:15:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:02.146198+0000 mgr.smithi012.uvcbek (mgr.14744) 84 : cephadm [INF] Upgrade: Updating osd.1 2024-02-22T19:15:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:02.150865+0000 mon.smithi012 (mon.0) 133 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:02.151721+0000 mon.smithi012 (mon.0) 134 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-22T19:15:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:02.152370+0000 mon.smithi012 (mon.0) 135 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:02.153576+0000 mgr.smithi012.uvcbek (mgr.14744) 85 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-02-22T19:15:03.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:02.248720+0000 mgr.smithi012.uvcbek (mgr.14744) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-22T19:15:03.508 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:02.146198+0000 mgr.smithi012.uvcbek (mgr.14744) 84 : cephadm [INF] Upgrade: Updating osd.1 2024-02-22T19:15:03.508 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:02.150865+0000 mon.smithi012 (mon.0) 133 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:03.508 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:02.151721+0000 mon.smithi012 (mon.0) 134 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-22T19:15:03.508 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:02.152370+0000 mon.smithi012 (mon.0) 135 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:03.508 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:02.153576+0000 mgr.smithi012.uvcbek (mgr.14744) 85 : cephadm [INF] Deploying daemon osd.1 on smithi012 2024-02-22T19:15:03.508 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:02.248720+0000 mgr.smithi012.uvcbek (mgr.14744) 86 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-22T19:15:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:03.321682+0000 mon.smithi012 (mon.0) 136 : cluster [DBG] mgrmap e35: smithi012.uvcbek(active, since 94s), standbys: smithi186.dmnwef 2024-02-22T19:15:04.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:03.321682+0000 mon.smithi012 (mon.0) 136 : cluster [DBG] mgrmap e35: smithi012.uvcbek(active, since 94s), standbys: smithi186.dmnwef 2024-02-22T19:15:05.317 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:05 smithi012 systemd[1]: Stopping Ceph osd.1 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:15:05.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:04.249078+0000 mgr.smithi012.uvcbek (mgr.14744) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-22T19:15:05.606 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1[76527]: debug 2024-02-22T19:15:05.314+0000 7efe66dfe700 -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-22T19:15:05.607 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1[76527]: debug 2024-02-22T19:15:05.314+0000 7efe66dfe700 -1 osd.1 75 *** Got signal Terminated *** 2024-02-22T19:15:05.607 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1[76527]: debug 2024-02-22T19:15:05.314+0000 7efe66dfe700 -1 osd.1 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:15:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:04.249078+0000 mgr.smithi012.uvcbek (mgr.14744) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 315 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-22T19:15:06.061 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:05 smithi012 bash[111019]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1 2024-02-22T19:15:06.210 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.578869+0000 mon.smithi012 (mon.0) 137 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.578900+0000 mon.smithi012 (mon.0) 138 : cluster [INF] osd.1 failed (root=default,host=smithi012) (connection refused reported by osd.5) 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579048+0000 mon.smithi012 (mon.0) 139 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579127+0000 mon.smithi012 (mon.0) 140 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579195+0000 mon.smithi012 (mon.0) 141 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579268+0000 mon.smithi012 (mon.0) 142 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579339+0000 mon.smithi012 (mon.0) 143 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579411+0000 mon.smithi012 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579486+0000 mon.smithi012 (mon.0) 145 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579579+0000 mon.smithi012 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579649+0000 mon.smithi012 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579716+0000 mon.smithi012 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.593 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579783+0000 mon.smithi012 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579823+0000 mon.smithi012 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.579920+0000 mon.smithi012 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.979895+0000 mon.smithi012 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.979957+0000 mon.smithi012 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980061+0000 mon.smithi012 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980140+0000 mon.smithi012 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980209+0000 mon.smithi012 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980277+0000 mon.smithi012 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980365+0000 mon.smithi012 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980442+0000 mon.smithi012 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980520+0000 mon.smithi012 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980595+0000 mon.smithi012 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980637+0000 mon.smithi012 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980759+0000 mon.smithi012 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980796+0000 mon.smithi012 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.594 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:05.980889+0000 mon.smithi012 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.578869+0000 mon.smithi012 (mon.0) 137 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.578900+0000 mon.smithi012 (mon.0) 138 : cluster [INF] osd.1 failed (root=default,host=smithi012) (connection refused reported by osd.5) 2024-02-22T19:15:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579048+0000 mon.smithi012 (mon.0) 139 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579127+0000 mon.smithi012 (mon.0) 140 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579195+0000 mon.smithi012 (mon.0) 141 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579268+0000 mon.smithi012 (mon.0) 142 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579339+0000 mon.smithi012 (mon.0) 143 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579411+0000 mon.smithi012 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579486+0000 mon.smithi012 (mon.0) 145 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579579+0000 mon.smithi012 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579649+0000 mon.smithi012 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579716+0000 mon.smithi012 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579783+0000 mon.smithi012 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579823+0000 mon.smithi012 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.579920+0000 mon.smithi012 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.979895+0000 mon.smithi012 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.979957+0000 mon.smithi012 (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980061+0000 mon.smithi012 (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980140+0000 mon.smithi012 (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980209+0000 mon.smithi012 (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980277+0000 mon.smithi012 (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980365+0000 mon.smithi012 (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980442+0000 mon.smithi012 (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:06.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980520+0000 mon.smithi012 (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-22T19:15:06.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980595+0000 mon.smithi012 (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-22T19:15:06.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980637+0000 mon.smithi012 (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-22T19:15:06.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980759+0000 mon.smithi012 (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-22T19:15:06.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980796+0000 mon.smithi012 (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-22T19:15:06.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:05.980889+0000 mon.smithi012 (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-22T19:15:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:06.249637+0000 mgr.smithi012.uvcbek (mgr.14744) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-22T19:15:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:06.324016+0000 mon.smithi012 (mon.0) 166 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:15:07.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:06.332581+0000 mon.smithi012 (mon.0) 167 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-22T19:15:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:06.249637+0000 mgr.smithi012.uvcbek (mgr.14744) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-22T19:15:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:06.324016+0000 mon.smithi012 (mon.0) 166 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:15:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:06.332581+0000 mon.smithi012 (mon.0) 167 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-02-22T19:15:08.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:07 smithi012 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.1.service: Succeeded. 2024-02-22T19:15:08.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:07 smithi012 systemd[1]: Stopped Ceph osd.1 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:15:08.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:07 smithi012 systemd[1]: Starting Ceph osd.1 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:15:08.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:07.331737+0000 mon.smithi012 (mon.0) 168 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-22T19:15:08.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:07.331737+0000 mon.smithi012 (mon.0) 168 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: 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-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-22T19:15:09.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:08 smithi012 bash[111334]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-22T19:15:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:08.250014+0000 mgr.smithi012.uvcbek (mgr.14744) 89 : cluster [DBG] pgmap v59: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s 2024-02-22T19:15:09.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:08.250014+0000 mgr.smithi012.uvcbek (mgr.14744) 89 : cluster [DBG] pgmap v59: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 1 op/s 2024-02-22T19:15:10.356 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1[111598]: debug 2024-02-22T19:15:10.044+0000 7fa99a2dd700 1 -- 172.21.15.12:0/1665964226 <== mon.0 v2:172.21.15.12:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5626d4d14680 con 0x5626d4cdb000 2024-02-22T19:15:10.356 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:10 smithi012 bash[111583]: d05a743ecb4c33a874668b35804de8495c6e864e074cc3babfd5e58cf39b8c81 2024-02-22T19:15:10.356 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:10 smithi012 systemd[1]: Started Ceph osd.1 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:15:10.856 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1[111598]: debug 2024-02-22T19:15:10.563+0000 7fa9a1d6b380 -1 Falling back to public interface 2024-02-22T19:15:11.254 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:10.220219+0000 mon.smithi012 (mon.0) 169 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:10.221027+0000 mon.smithi012 (mon.0) 170 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:11.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:10.250440+0000 mgr.smithi012.uvcbek (mgr.14744) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 17 stale+active+clean, 2 active+undersized, 107 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 13/1410 objects degraded (0.922%) 2024-02-22T19:15:11.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:10.220219+0000 mon.smithi012 (mon.0) 169 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:10.221027+0000 mon.smithi012 (mon.0) 170 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:11.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:10.250440+0000 mgr.smithi012.uvcbek (mgr.14744) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 17 stale+active+clean, 2 active+undersized, 107 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 13/1410 objects degraded (0.922%) 2024-02-22T19:15:12.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:11.218478+0000 mon.smithi012 (mon.0) 171 : cluster [WRN] Health check failed: Degraded data redundancy: 13/1410 objects degraded (0.922%), 3 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:11.218478+0000 mon.smithi012 (mon.0) 171 : cluster [WRN] Health check failed: Degraded data redundancy: 13/1410 objects degraded (0.922%), 3 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:13.508 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:12.251273+0000 mgr.smithi012.uvcbek (mgr.14744) 91 : cluster [DBG] pgmap v61: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:13.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:12.251273+0000 mgr.smithi012.uvcbek (mgr.14744) 91 : cluster [DBG] pgmap v61: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:15.106 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1[111598]: debug 2024-02-22T19:15:14.839+0000 7fa9a1d6b380 -1 osd.1 75 log_to_monitors {default=true} 2024-02-22T19:15:15.605 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:15:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1[111598]: debug 2024-02-22T19:15:15.317+0000 7fa994254700 -1 osd.1 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:15:15.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:14.251858+0000 mgr.smithi012.uvcbek (mgr.14744) 92 : cluster [DBG] pgmap v62: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:15.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:14.843847+0000 mon.smithi012 (mon.0) 172 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-22T19:15:15.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:14.251858+0000 mgr.smithi012.uvcbek (mgr.14744) 92 : cluster [DBG] pgmap v62: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:14.843847+0000 mon.smithi012 (mon.0) 172 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-22T19:15:16.295 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:16.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:15.311009+0000 mon.smithi012 (mon.0) 173 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-22T19:15:16.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:15.311095+0000 mon.smithi012 (mon.0) 174 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-22T19:15:16.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:15.311526+0000 mon.smithi012 (mon.0) 175 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:15:16.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:15.413387+0000 mon.smithi012 (mon.0) 176 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:16.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:15.311009+0000 mon.smithi012 (mon.0) 173 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-22T19:15:16.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:15.311095+0000 mon.smithi012 (mon.0) 174 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-22T19:15:16.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:15.311526+0000 mon.smithi012 (mon.0) 175 : audit [INF] from='osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:15:16.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:15.413387+0000 mon.smithi012 (mon.0) 176 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:16.252504+0000 mgr.smithi012.uvcbek (mgr.14744) 93 : cluster [DBG] pgmap v64: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 114 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:16.309105+0000 mon.smithi012 (mon.0) 177 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:15:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:16.313439+0000 mon.smithi012 (mon.0) 178 : cluster [INF] osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539] boot 2024-02-22T19:15:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:16.313496+0000 mon.smithi012 (mon.0) 179 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-02-22T19:15:17.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:16.314316+0000 mon.smithi012 (mon.0) 180 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.046748+0000 mon.smithi012 (mon.0) 181 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.047625+0000 mon.smithi012 (mon.0) 182 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.048264+0000 mon.smithi012 (mon.0) 183 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.052112+0000 mon.smithi012 (mon.0) 184 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.057154+0000 mon.smithi012 (mon.0) 185 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.059955+0000 mon.smithi012 (mon.0) 186 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.062026+0000 mon.smithi012 (mon.0) 187 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.063398+0000 mon.smithi012 (mon.0) 188 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.064476+0000 mon.smithi012 (mon.0) 189 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.065572+0000 mon.smithi012 (mon.0) 190 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:17.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:17.312071+0000 mon.smithi012 (mon.0) 191 : cluster [WRN] Health check update: Degraded data redundancy: 153/1410 objects degraded (10.851%), 25 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:17.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:16.252504+0000 mgr.smithi012.uvcbek (mgr.14744) 93 : cluster [DBG] pgmap v64: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 114 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:16.309105+0000 mon.smithi012 (mon.0) 177 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:16.313439+0000 mon.smithi012 (mon.0) 178 : cluster [INF] osd.1 [v2:172.21.15.12:6810/2117097539,v1:172.21.15.12:6811/2117097539] boot 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:16.313496+0000 mon.smithi012 (mon.0) 179 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:16.314316+0000 mon.smithi012 (mon.0) 180 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.046748+0000 mon.smithi012 (mon.0) 181 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.047625+0000 mon.smithi012 (mon.0) 182 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.048264+0000 mon.smithi012 (mon.0) 183 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.052112+0000 mon.smithi012 (mon.0) 184 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.057154+0000 mon.smithi012 (mon.0) 185 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.059955+0000 mon.smithi012 (mon.0) 186 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.062026+0000 mon.smithi012 (mon.0) 187 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:17.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.063398+0000 mon.smithi012 (mon.0) 188 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:17.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.064476+0000 mon.smithi012 (mon.0) 189 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:17.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.065572+0000 mon.smithi012 (mon.0) 190 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:17.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:17.312071+0000 mon.smithi012 (mon.0) 191 : cluster [WRN] Health check update: Degraded data redundancy: 153/1410 objects degraded (10.851%), 25 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:18.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:17.065724+0000 mgr.smithi012.uvcbek (mgr.14744) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:18.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:17.066384+0000 mgr.smithi012.uvcbek (mgr.14744) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-22T19:15:18.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:17.322450+0000 mon.smithi012 (mon.0) 192 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-22T19:15:18.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:17.065724+0000 mgr.smithi012.uvcbek (mgr.14744) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:18.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:17.066384+0000 mgr.smithi012.uvcbek (mgr.14744) 95 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-22T19:15:18.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:17.322450+0000 mon.smithi012 (mon.0) 192 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-22T19:15:19.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:18.253067+0000 mgr.smithi012.uvcbek (mgr.14744) 96 : cluster [DBG] pgmap v67: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:19.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:18.253067+0000 mgr.smithi012.uvcbek (mgr.14744) 96 : cluster [DBG] pgmap v67: 129 pgs: 25 active+undersized+degraded, 28 active+undersized, 76 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:15:21.341 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:20.253654+0000 mgr.smithi012.uvcbek (mgr.14744) 97 : cluster [DBG] pgmap v68: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s; 141/1410 objects degraded (10.000%) 2024-02-22T19:15:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:20.466790+0000 mon.smithi012 (mon.0) 193 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:21.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:20.253654+0000 mgr.smithi012.uvcbek (mgr.14744) 97 : cluster [DBG] pgmap v68: 129 pgs: 23 active+undersized+degraded, 26 active+undersized, 80 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s; 141/1410 objects degraded (10.000%) 2024-02-22T19:15:21.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:20.466790+0000 mon.smithi012 (mon.0) 193 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:22.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:22.313225+0000 mon.smithi012 (mon.0) 194 : cluster [WRN] Health check update: Degraded data redundancy: 141/1410 objects degraded (10.000%), 23 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:22.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:22.313225+0000 mon.smithi012 (mon.0) 194 : cluster [WRN] Health check update: Degraded data redundancy: 141/1410 objects degraded (10.000%), 23 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:23.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:22.254554+0000 mgr.smithi012.uvcbek (mgr.14744) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 294 B/s rd, 147 B/s wr, 0 op/s 2024-02-22T19:15:23.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:22.466572+0000 mon.smithi012 (mon.0) 195 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 141/1410 objects degraded (10.000%), 23 pgs degraded) 2024-02-22T19:15:23.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:22.466627+0000 mon.smithi012 (mon.0) 196 : cluster [INF] Cluster is now healthy 2024-02-22T19:15:23.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:22.254554+0000 mgr.smithi012.uvcbek (mgr.14744) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 294 B/s rd, 147 B/s wr, 0 op/s 2024-02-22T19:15:23.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:22.466572+0000 mon.smithi012 (mon.0) 195 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 141/1410 objects degraded (10.000%), 23 pgs degraded) 2024-02-22T19:15:23.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:22.466627+0000 mon.smithi012 (mon.0) 196 : cluster [INF] Cluster is now healthy 2024-02-22T19:15:25.674 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:15:25.730 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:24.255087+0000 mgr.smithi012.uvcbek (mgr.14744) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-22T19:15:25.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:24.255087+0000 mgr.smithi012.uvcbek (mgr.14744) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (9m) 9s ago 10m 21.5M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (70s) 9s ago 10m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (64s) 60s ago 9m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (9m) 9s ago 10m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (5m) 9s ago 5m 43.1M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (5m) 60s ago 5m 13.5M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (2m) 9s ago 12m 435M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (104s) 60s ago 9m 385M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:15:26.279 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (94s) 9s ago 12m 45.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (81s) 60s ago 9m 29.6M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (2m) 9s ago 2m 76.0M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (2m) 60s ago 2m 49.7M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (10m) 9s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (9m) 60s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (48s) 9s ago 9m 113M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (16s) 9s ago 8m 11.6M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (8m) 9s ago 8m 231M 1945M 16.2.5 6933c2a0b7dd db0ecb5eb845 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (8m) 9s ago 8m 338M 1945M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (7m) 60s ago 7m 356M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:15:26.280 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (7m) 60s ago 7m 376M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:15:26.281 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (7m) 60s ago 7m 312M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:15:26.281 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (6m) 60s ago 6m 464M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:15:26.281 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (2m) 9s ago 10m 58.0M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:15:26.375 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:26.645 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:15:26.645 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:15:26.645 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:15:26.645 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:26.645 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:15:26.645 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2, 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6, 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:15:26.646 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:15:26.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:25.661746+0000 mgr.smithi012.uvcbek (mgr.14744) 100 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:26.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:25.965110+0000 mgr.smithi012.uvcbek (mgr.14744) 101 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:26.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:25.661746+0000 mgr.smithi012.uvcbek (mgr.14744) 100 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:26.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:25.965110+0000 mgr.smithi012.uvcbek (mgr.14744) 101 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:26.956 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "8/23 daemons upgraded", 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading osd daemons", 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:15:26.957 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:15:27.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:26.255638+0000 mgr.smithi012.uvcbek (mgr.14744) 102 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-22T19:15:27.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:26.269041+0000 mgr.smithi012.uvcbek (mgr.14744) 103 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:27.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:26.644926+0000 mon.smithi012 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.12:0/2724290227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:27.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:26.956323+0000 mgr.smithi012.uvcbek (mgr.14744) 104 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:27.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:26.255638+0000 mgr.smithi012.uvcbek (mgr.14744) 102 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2024-02-22T19:15:27.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:26.269041+0000 mgr.smithi012.uvcbek (mgr.14744) 103 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:27.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:26.644926+0000 mon.smithi012 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.12:0/2724290227' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:27.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:26.956323+0000 mgr.smithi012.uvcbek (mgr.14744) 104 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:29.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:28.256092+0000 mgr.smithi012.uvcbek (mgr.14744) 105 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s 2024-02-22T19:15:29.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:28.256092+0000 mgr.smithi012.uvcbek (mgr.14744) 105 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s 2024-02-22T19:15:31.420 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:30.256696+0000 mgr.smithi012.uvcbek (mgr.14744) 106 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:15:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:30.414467+0000 mon.smithi012 (mon.0) 198 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:30.478437+0000 mon.smithi012 (mon.0) 199 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:30.256696+0000 mgr.smithi012.uvcbek (mgr.14744) 106 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:15:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:30.414467+0000 mon.smithi012 (mon.0) 198 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:30.478437+0000 mon.smithi012 (mon.0) 199 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:32.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:32 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:32.080339+0000 mon.smithi012 (mon.0) 200 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:32.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:32 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:32.080339+0000 mon.smithi012 (mon.0) 200 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:33.509 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:32.080583+0000 mgr.smithi012.uvcbek (mgr.14744) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:33.509 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:32.081738+0000 mgr.smithi012.uvcbek (mgr.14744) 108 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-22T19:15:33.509 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:32.257271+0000 mgr.smithi012.uvcbek (mgr.14744) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:15:33.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:32.080583+0000 mgr.smithi012.uvcbek (mgr.14744) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-22T19:15:33.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:32.081738+0000 mgr.smithi012.uvcbek (mgr.14744) 108 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-22T19:15:33.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:32.257271+0000 mgr.smithi012.uvcbek (mgr.14744) 109 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:15:34.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:33.618589+0000 mgr.smithi012.uvcbek (mgr.14744) 110 : cephadm [INF] Upgrade: Updating osd.2 2024-02-22T19:15:34.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:33.622781+0000 mon.smithi012 (mon.0) 201 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:34.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:33.623507+0000 mon.smithi012 (mon.0) 202 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-22T19:15:34.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:33.624096+0000 mon.smithi012 (mon.0) 203 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:34.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:33.625168+0000 mgr.smithi012.uvcbek (mgr.14744) 111 : cephadm [INF] Deploying daemon osd.2 on smithi012 2024-02-22T19:15:35.033 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:33.618589+0000 mgr.smithi012.uvcbek (mgr.14744) 110 : cephadm [INF] Upgrade: Updating osd.2 2024-02-22T19:15:35.033 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:33.622781+0000 mon.smithi012 (mon.0) 201 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:35.033 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:33.623507+0000 mon.smithi012 (mon.0) 202 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-22T19:15:35.033 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:33.624096+0000 mon.smithi012 (mon.0) 203 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:35.033 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:33.625168+0000 mgr.smithi012.uvcbek (mgr.14744) 111 : cephadm [INF] Deploying daemon osd.2 on smithi012 2024-02-22T19:15:35.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:34.257632+0000 mgr.smithi012.uvcbek (mgr.14744) 112 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:15:36.016 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:34.257632+0000 mgr.smithi012.uvcbek (mgr.14744) 112 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:15:36.469 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:36.748 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:36 smithi012 systemd[1]: Stopping Ceph osd.2 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:15:37.088 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2[80058]: debug 2024-02-22T19:15:36.745+0000 7f5cfcae4700 -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-22T19:15:37.088 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2[80058]: debug 2024-02-22T19:15:36.745+0000 7f5cfcae4700 -1 osd.2 80 *** Got signal Terminated *** 2024-02-22T19:15:37.088 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2[80058]: debug 2024-02-22T19:15:36.745+0000 7f5cfcae4700 -1 osd.2 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:15:37.356 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:37 smithi012 bash[113460]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2 2024-02-22T19:15:37.764 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:37 smithi012 bash[113516]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2 2024-02-22T19:15:37.764 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.258170+0000 mgr.smithi012.uvcbek (mgr.14744) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:15:37.764 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.998759+0000 mon.smithi012 (mon.0) 204 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.764 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.998788+0000 mon.smithi012 (mon.0) 205 : cluster [INF] osd.2 failed (root=default,host=smithi012) (connection refused reported by osd.0) 2024-02-22T19:15:37.764 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.998903+0000 mon.smithi012 (mon.0) 206 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.764 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.998979+0000 mon.smithi012 (mon.0) 207 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.764 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999050+0000 mon.smithi012 (mon.0) 208 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.764 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999129+0000 mon.smithi012 (mon.0) 209 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999208+0000 mon.smithi012 (mon.0) 210 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999480+0000 mon.smithi012 (mon.0) 211 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999577+0000 mon.smithi012 (mon.0) 212 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999648+0000 mon.smithi012 (mon.0) 213 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999716+0000 mon.smithi012 (mon.0) 214 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999799+0000 mon.smithi012 (mon.0) 215 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999867+0000 mon.smithi012 (mon.0) 216 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:36.999936+0000 mon.smithi012 (mon.0) 217 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.000004+0000 mon.smithi012 (mon.0) 218 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400109+0000 mon.smithi012 (mon.0) 219 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400164+0000 mon.smithi012 (mon.0) 220 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400290+0000 mon.smithi012 (mon.0) 221 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400337+0000 mon.smithi012 (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400489+0000 mon.smithi012 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.765 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400545+0000 mon.smithi012 (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400644+0000 mon.smithi012 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400684+0000 mon.smithi012 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400779+0000 mon.smithi012 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400821+0000 mon.smithi012 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400920+0000 mon.smithi012 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.400961+0000 mon.smithi012 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.401060+0000 mon.smithi012 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.766 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.401100+0000 mon.smithi012 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.258170+0000 mgr.smithi012.uvcbek (mgr.14744) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.998759+0000 mon.smithi012 (mon.0) 204 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.998788+0000 mon.smithi012 (mon.0) 205 : cluster [INF] osd.2 failed (root=default,host=smithi012) (connection refused reported by osd.0) 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.998903+0000 mon.smithi012 (mon.0) 206 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.998979+0000 mon.smithi012 (mon.0) 207 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999050+0000 mon.smithi012 (mon.0) 208 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999129+0000 mon.smithi012 (mon.0) 209 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999208+0000 mon.smithi012 (mon.0) 210 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999480+0000 mon.smithi012 (mon.0) 211 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999577+0000 mon.smithi012 (mon.0) 212 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999648+0000 mon.smithi012 (mon.0) 213 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999716+0000 mon.smithi012 (mon.0) 214 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999799+0000 mon.smithi012 (mon.0) 215 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999867+0000 mon.smithi012 (mon.0) 216 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:36.999936+0000 mon.smithi012 (mon.0) 217 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.000004+0000 mon.smithi012 (mon.0) 218 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400109+0000 mon.smithi012 (mon.0) 219 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400164+0000 mon.smithi012 (mon.0) 220 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400290+0000 mon.smithi012 (mon.0) 221 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400337+0000 mon.smithi012 (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400489+0000 mon.smithi012 (mon.0) 223 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400545+0000 mon.smithi012 (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400644+0000 mon.smithi012 (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400684+0000 mon.smithi012 (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400779+0000 mon.smithi012 (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400821+0000 mon.smithi012 (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400920+0000 mon.smithi012 (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-22T19:15:37.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.400961+0000 mon.smithi012 (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-22T19:15:37.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.401060+0000 mon.smithi012 (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-22T19:15:37.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.401100+0000 mon.smithi012 (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-22T19:15:38.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.627603+0000 mon.smithi012 (mon.0) 233 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:15:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:37.631895+0000 mon.smithi012 (mon.0) 234 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-22T19:15:38.987 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.627603+0000 mon.smithi012 (mon.0) 233 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:15:38.987 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:37.631895+0000 mon.smithi012 (mon.0) 234 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-02-22T19:15:39.606 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:39 smithi012 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.2.service: Succeeded. 2024-02-22T19:15:39.606 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:39 smithi012 systemd[1]: Stopped Ceph osd.2 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:15:39.606 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:39 smithi012 systemd[1]: Starting Ceph osd.2 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:15:39.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:38.258542+0000 mgr.smithi012.uvcbek (mgr.14744) 114 : cluster [DBG] pgmap v78: 129 pgs: 10 stale+active+clean, 119 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:15:39.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:38.632963+0000 mon.smithi012 (mon.0) 235 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-22T19:15:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:38.258542+0000 mgr.smithi012.uvcbek (mgr.14744) 114 : cluster [DBG] pgmap v78: 129 pgs: 10 stale+active+clean, 119 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:15:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:38.632963+0000 mon.smithi012 (mon.0) 235 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-22T19:15:40.606 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:15:40.606 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-22T19:15:40.606 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: 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-22T19:15:40.606 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-22T19:15:40.607 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-22T19:15:40.607 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-22T19:15:40.607 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-22T19:15:40.607 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:40 smithi012 bash[113780]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-22T19:15:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:40.653776+0000 mon.smithi012 (mon.0) 236 : cluster [WRN] Health check failed: Degraded data redundancy: 16/1410 objects degraded (1.135%), 2 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:41.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:40.653776+0000 mon.smithi012 (mon.0) 236 : cluster [WRN] Health check failed: Degraded data redundancy: 16/1410 objects degraded (1.135%), 2 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:41.512 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:41.709 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2[114059]: debug 2024-02-22T19:15:41.455+0000 7f01db61b700 1 -- 172.21.15.12:0/1307482629 <== mon.0 v2:172.21.15.12:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564c7cc68680 con 0x564c7cc2f000 2024-02-22T19:15:41.709 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:41 smithi012 bash[114044]: 49ad5c0acc3f495859d433a915622c678bc6c135d5b907b0342653703fe9e753 2024-02-22T19:15:41.709 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:41 smithi012 systemd[1]: Started Ceph osd.2 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:15:41.710 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:40.259096+0000 mgr.smithi012.uvcbek (mgr.14744) 115 : cluster [DBG] pgmap v80: 129 pgs: 2 active+undersized+degraded, 8 stale+active+clean, 4 active+undersized, 115 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 16/1410 objects degraded (1.135%) 2024-02-22T19:15:41.710 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:41.561889+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:41.710 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:41.562626+0000 mon.smithi012 (mon.0) 238 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:42.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:40.259096+0000 mgr.smithi012.uvcbek (mgr.14744) 115 : cluster [DBG] pgmap v80: 129 pgs: 2 active+undersized+degraded, 8 stale+active+clean, 4 active+undersized, 115 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 16/1410 objects degraded (1.135%) 2024-02-22T19:15:42.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:41.561889+0000 mon.smithi012 (mon.0) 237 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:42.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:41.562626+0000 mon.smithi012 (mon.0) 238 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:42.226 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2[114059]: debug 2024-02-22T19:15:41.971+0000 7f01e30a9380 -1 Falling back to public interface 2024-02-22T19:15:43.063 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:41.806134+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:43.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:41.806134+0000 mon.smithi012 (mon.0) 239 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:44.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:42.260059+0000 mgr.smithi012.uvcbek (mgr.14744) 116 : cluster [DBG] pgmap v81: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:42.260059+0000 mgr.smithi012.uvcbek (mgr.14744) 116 : cluster [DBG] pgmap v81: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:46.106 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2[114059]: debug 2024-02-22T19:15:45.781+0000 7f01e30a9380 -1 osd.2 80 log_to_monitors {default=true} 2024-02-22T19:15:46.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:44.260754+0000 mgr.smithi012.uvcbek (mgr.14744) 117 : cluster [DBG] pgmap v82: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:46.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:45.413978+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:46.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:45.785275+0000 mon.smithi012 (mon.0) 241 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-22T19:15:46.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:44.260754+0000 mgr.smithi012.uvcbek (mgr.14744) 117 : cluster [DBG] pgmap v82: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:46.192 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:45.413978+0000 mon.smithi012 (mon.0) 240 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:46.192 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:45.785275+0000 mon.smithi012 (mon.0) 241 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-22T19:15:46.546 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:46.835 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:15:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2[114059]: debug 2024-02-22T19:15:46.425+0000 7f01d4d91700 -1 osd.2 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:15:47.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:46.261697+0000 mgr.smithi012.uvcbek (mgr.14744) 118 : cluster [DBG] pgmap v83: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 237 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:46.416774+0000 mon.smithi012 (mon.0) 242 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-22T19:15:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:46.416848+0000 mon.smithi012 (mon.0) 243 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-22T19:15:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:46.417313+0000 mon.smithi012 (mon.0) 244 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:15:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:47.316885+0000 mon.smithi012 (mon.0) 245 : cluster [WRN] Health check update: Degraded data redundancy: 142/1410 objects degraded (10.071%), 20 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:47.807 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:46.261697+0000 mgr.smithi012.uvcbek (mgr.14744) 118 : cluster [DBG] pgmap v83: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 237 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:47.807 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:46.416774+0000 mon.smithi012 (mon.0) 242 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-22T19:15:47.807 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:46.416848+0000 mon.smithi012 (mon.0) 243 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-22T19:15:47.807 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:46.417313+0000 mon.smithi012 (mon.0) 244 : audit [INF] from='osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:15:47.807 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:47.316885+0000 mon.smithi012 (mon.0) 245 : cluster [WRN] Health check update: Degraded data redundancy: 142/1410 objects degraded (10.071%), 20 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:48.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:47.414782+0000 mon.smithi012 (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:15:48.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:47.426557+0000 mon.smithi012 (mon.0) 247 : cluster [INF] osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989] boot 2024-02-22T19:15:48.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:47.426618+0000 mon.smithi012 (mon.0) 248 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-02-22T19:15:48.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:47.427127+0000 mon.smithi012 (mon.0) 249 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:15:48.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.140673+0000 mon.smithi012 (mon.0) 250 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:47.414782+0000 mon.smithi012 (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:15:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:47.426557+0000 mon.smithi012 (mon.0) 247 : cluster [INF] osd.2 [v2:172.21.15.12:6818/1800225989,v1:172.21.15.12:6819/1800225989] boot 2024-02-22T19:15:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:47.426618+0000 mon.smithi012 (mon.0) 248 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-02-22T19:15:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:47.427127+0000 mon.smithi012 (mon.0) 249 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-22T19:15:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.140673+0000 mon.smithi012 (mon.0) 250 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:48.262100+0000 mgr.smithi012.uvcbek (mgr.14744) 119 : cluster [DBG] pgmap v86: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:48.428189+0000 mon.smithi012 (mon.0) 251 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-22T19:15:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.443834+0000 mon.smithi012 (mon.0) 252 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.445487+0000 mon.smithi012 (mon.0) 253 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:15:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.451113+0000 mon.smithi012 (mon.0) 254 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.460139+0000 mon.smithi012 (mon.0) 255 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:49.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.464077+0000 mon.smithi012 (mon.0) 256 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:49.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.467761+0000 mon.smithi012 (mon.0) 257 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:49.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.469862+0000 mon.smithi012 (mon.0) 258 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:49.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.472284+0000 mon.smithi012 (mon.0) 259 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:49.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.473781+0000 mon.smithi012 (mon.0) 260 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:15:49.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:48.474453+0000 mgr.smithi012.uvcbek (mgr.14744) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:15:49.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:15:48.475597+0000 mgr.smithi012.uvcbek (mgr.14744) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:48.262100+0000 mgr.smithi012.uvcbek (mgr.14744) 119 : cluster [DBG] pgmap v86: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 142/1410 objects degraded (10.071%) 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:48.428189+0000 mon.smithi012 (mon.0) 251 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.443834+0000 mon.smithi012 (mon.0) 252 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.445487+0000 mon.smithi012 (mon.0) 253 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.451113+0000 mon.smithi012 (mon.0) 254 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.460139+0000 mon.smithi012 (mon.0) 255 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.464077+0000 mon.smithi012 (mon.0) 256 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.467761+0000 mon.smithi012 (mon.0) 257 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.469862+0000 mon.smithi012 (mon.0) 258 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.472284+0000 mon.smithi012 (mon.0) 259 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.473781+0000 mon.smithi012 (mon.0) 260 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:48.474453+0000 mgr.smithi012.uvcbek (mgr.14744) 120 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:15:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:15:48.475597+0000 mgr.smithi012.uvcbek (mgr.14744) 121 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-22T19:15:51.589 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:50.262685+0000 mgr.smithi012.uvcbek (mgr.14744) 122 : cluster [DBG] pgmap v88: 129 pgs: 18 active+undersized+degraded, 13 active+undersized, 98 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 126/1410 objects degraded (8.936%) 2024-02-22T19:15:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:50.493542+0000 mon.smithi012 (mon.0) 261 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:51.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:50.262685+0000 mgr.smithi012.uvcbek (mgr.14744) 122 : cluster [DBG] pgmap v88: 129 pgs: 18 active+undersized+degraded, 13 active+undersized, 98 active+clean; 315 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 126/1410 objects degraded (8.936%) 2024-02-22T19:15:51.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:50.493542+0000 mon.smithi012 (mon.0) 261 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:15:52.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:52.317726+0000 mon.smithi012 (mon.0) 262 : cluster [WRN] Health check update: Degraded data redundancy: 126/1410 objects degraded (8.936%), 18 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:52.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:52.317726+0000 mon.smithi012 (mon.0) 262 : cluster [WRN] Health check update: Degraded data redundancy: 126/1410 objects degraded (8.936%), 18 pgs degraded (PG_DEGRADED) 2024-02-22T19:15:53.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:52.263504+0000 mgr.smithi012.uvcbek (mgr.14744) 123 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 315 MiB data, 3.0 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-22T19:15:53.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:52.494064+0000 mon.smithi012 (mon.0) 263 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 126/1410 objects degraded (8.936%), 18 pgs degraded) 2024-02-22T19:15:53.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:52.494119+0000 mon.smithi012 (mon.0) 264 : cluster [INF] Cluster is now healthy 2024-02-22T19:15:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:52.263504+0000 mgr.smithi012.uvcbek (mgr.14744) 123 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 315 MiB data, 3.0 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-22T19:15:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:52.494064+0000 mon.smithi012 (mon.0) 263 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 126/1410 objects degraded (8.936%), 18 pgs degraded) 2024-02-22T19:15:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:52.494119+0000 mon.smithi012 (mon.0) 264 : cluster [INF] Cluster is now healthy 2024-02-22T19:15:55.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:54.263953+0000 mgr.smithi012.uvcbek (mgr.14744) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 130 B/s rd, 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:15:55.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:54.263953+0000 mgr.smithi012.uvcbek (mgr.14744) 124 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 130 B/s rd, 130 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:15:56.636 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:15:57.290 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:15:57.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:56.264816+0000 mgr.smithi012.uvcbek (mgr.14744) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 115 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:15:57.891 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:15:57.891 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (9m) 9s ago 11m 21.4M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:15:57.891 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (101s) 9s ago 11m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:15:57.891 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (96s) 91s ago 10m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:15:57.891 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (9m) 9s ago 11m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:15:57.891 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (5m) 9s ago 5m 43.0M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:15:57.891 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (5m) 91s ago 5m 13.5M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (2m) 9s ago 12m 436M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (2m) 91s ago 10m 385M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (2m) 9s ago 13m 47.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (112s) 91s ago 10m 29.6M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (3m) 9s ago 3m 76.2M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (3m) 91s ago 3m 49.7M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (11m) 9s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (10m) 91s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (79s) 9s ago 9m 113M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (48s) 9s ago 9m 98.0M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (16s) 9s ago 8m 10.8M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (8m) 9s ago 8m 339M 1945M 16.2.5 6933c2a0b7dd b150e51f041f 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (8m) 91s ago 8m 356M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (7m) 91s ago 7m 376M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (7m) 91s ago 7m 312M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (7m) 91s ago 7m 464M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:15:57.892 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (2m) 9s ago 10m 60.5M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:15:57.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:56.264816+0000 mgr.smithi012.uvcbek (mgr.14744) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 231 B/s rd, 115 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:15:58.248 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:15:58.248 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:15:58.248 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:15:58.248 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 3, 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7, 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:15:58.249 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "9/23 daemons upgraded", 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading osd daemons", 2024-02-22T19:15:58.557 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:15:58.558 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:15:58.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:57.276459+0000 mgr.smithi012.uvcbek (mgr.14744) 126 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:58.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:57.586191+0000 mgr.smithi012.uvcbek (mgr.14744) 127 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:58.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:57.882064+0000 mgr.smithi012.uvcbek (mgr.14744) 128 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:58.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:58.248202+0000 mon.smithi012 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.12:0/3844226721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:58.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:57.276459+0000 mgr.smithi012.uvcbek (mgr.14744) 126 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:58.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:57.586191+0000 mgr.smithi012.uvcbek (mgr.14744) 127 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:58.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:57.882064+0000 mgr.smithi012.uvcbek (mgr.14744) 128 : audit [DBG] from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:58.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:58.248202+0000 mon.smithi012 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.12:0/3844226721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:15:59.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:15:58.265193+0000 mgr.smithi012.uvcbek (mgr.14744) 129 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 315 MiB data, 3.0 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-22T19:15:59.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:15:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:15:58.556437+0000 mgr.smithi012.uvcbek (mgr.14744) 130 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:15:59.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:15:58.265193+0000 mgr.smithi012.uvcbek (mgr.14744) 129 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 315 MiB data, 3.0 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-22T19:15:59.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:15:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:15:58.556437+0000 mgr.smithi012.uvcbek (mgr.14744) 130 : audit [DBG] from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:01.675 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:00.265813+0000 mgr.smithi012.uvcbek (mgr.14744) 131 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:00.415249+0000 mon.smithi012 (mon.0) 266 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:00.508646+0000 mon.smithi012 (mon.0) 267 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:00.265813+0000 mgr.smithi012.uvcbek (mgr.14744) 131 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 172 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:00.415249+0000 mon.smithi012 (mon.0) 266 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:00.508646+0000 mon.smithi012 (mon.0) 267 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:02.266621+0000 mgr.smithi012.uvcbek (mgr.14744) 132 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:02.266621+0000 mgr.smithi012.uvcbek (mgr.14744) 132 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:03.479799+0000 mon.smithi012 (mon.0) 268 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:16:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:03.480019+0000 mgr.smithi012.uvcbek (mgr.14744) 133 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:16:04.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:03.481184+0000 mgr.smithi012.uvcbek (mgr.14744) 134 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-22T19:16:04.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:03.479799+0000 mon.smithi012 (mon.0) 268 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:16:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:03.480019+0000 mgr.smithi012.uvcbek (mgr.14744) 133 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-22T19:16:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:03.481184+0000 mgr.smithi012.uvcbek (mgr.14744) 134 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-22T19:16:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:04.267172+0000 mgr.smithi012.uvcbek (mgr.14744) 135 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:16:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:05.011554+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:05.012332+0000 mon.smithi012 (mon.0) 270 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-22T19:16:05.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:05.012940+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:05.691 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:04.267172+0000 mgr.smithi012.uvcbek (mgr.14744) 135 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:16:05.691 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:05.011554+0000 mon.smithi012 (mon.0) 269 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:05.691 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:05.012332+0000 mon.smithi012 (mon.0) 270 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-22T19:16:05.691 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:05.012940+0000 mon.smithi012 (mon.0) 271 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:06.673 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:05.005878+0000 mgr.smithi012.uvcbek (mgr.14744) 136 : cephadm [INF] Upgrade: Updating osd.3 2024-02-22T19:16:06.673 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:05.014038+0000 mgr.smithi012.uvcbek (mgr.14744) 137 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-02-22T19:16:06.714 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:06.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:05.005878+0000 mgr.smithi012.uvcbek (mgr.14744) 136 : cephadm [INF] Upgrade: Updating osd.3 2024-02-22T19:16:06.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:05.014038+0000 mgr.smithi012.uvcbek (mgr.14744) 137 : cephadm [INF] Deploying daemon osd.3 on smithi012 2024-02-22T19:16:07.683 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:06.268042+0000 mgr.smithi012.uvcbek (mgr.14744) 138 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:16:07.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:06.268042+0000 mgr.smithi012.uvcbek (mgr.14744) 138 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:16:08.022 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:07 smithi012 systemd[1]: Stopping Ceph osd.3 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:16:08.356 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3[83579]: debug 2024-02-22T19:16:08.021+0000 7f6584206700 -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-22T19:16:08.356 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3[83579]: debug 2024-02-22T19:16:08.021+0000 7f6584206700 -1 osd.3 85 *** Got signal Terminated *** 2024-02-22T19:16:08.356 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3[83579]: debug 2024-02-22T19:16:08.021+0000 7f6584206700 -1 osd.3 85 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:16:08.659 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:08 smithi012 bash[115943]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3 2024-02-22T19:16:08.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.292571+0000 mon.smithi012 (mon.0) 272 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-22T19:16:08.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.292609+0000 mon.smithi012 (mon.0) 273 : cluster [INF] osd.3 failed (root=default,host=smithi012) (connection refused reported by osd.7) 2024-02-22T19:16:08.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.292692+0000 mon.smithi012 (mon.0) 274 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.292881+0000 mon.smithi012 (mon.0) 275 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.292926+0000 mon.smithi012 (mon.0) 276 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293031+0000 mon.smithi012 (mon.0) 277 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293102+0000 mon.smithi012 (mon.0) 278 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293178+0000 mon.smithi012 (mon.0) 279 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293247+0000 mon.smithi012 (mon.0) 280 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293315+0000 mon.smithi012 (mon.0) 281 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293389+0000 mon.smithi012 (mon.0) 282 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293457+0000 mon.smithi012 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293538+0000 mon.smithi012 (mon.0) 284 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293607+0000 mon.smithi012 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-22T19:16:08.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.293674+0000 mon.smithi012 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.292571+0000 mon.smithi012 (mon.0) 272 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.292609+0000 mon.smithi012 (mon.0) 273 : cluster [INF] osd.3 failed (root=default,host=smithi012) (connection refused reported by osd.7) 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.292692+0000 mon.smithi012 (mon.0) 274 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.292881+0000 mon.smithi012 (mon.0) 275 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.292926+0000 mon.smithi012 (mon.0) 276 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293031+0000 mon.smithi012 (mon.0) 277 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293102+0000 mon.smithi012 (mon.0) 278 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293178+0000 mon.smithi012 (mon.0) 279 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293247+0000 mon.smithi012 (mon.0) 280 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293315+0000 mon.smithi012 (mon.0) 281 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293389+0000 mon.smithi012 (mon.0) 282 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293457+0000 mon.smithi012 (mon.0) 283 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-22T19:16:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293538+0000 mon.smithi012 (mon.0) 284 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-22T19:16:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293607+0000 mon.smithi012 (mon.0) 285 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-22T19:16:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.293674+0000 mon.smithi012 (mon.0) 286 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-22T19:16:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.268585+0000 mgr.smithi012.uvcbek (mgr.14744) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:16:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.434361+0000 mon.smithi012 (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:16:09.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:08.441402+0000 mon.smithi012 (mon.0) 288 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-22T19:16:09.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.268585+0000 mgr.smithi012.uvcbek (mgr.14744) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:16:09.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.434361+0000 mon.smithi012 (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:16:09.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:08.441402+0000 mon.smithi012 (mon.0) 288 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-02-22T19:16:10.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:09.445629+0000 mon.smithi012 (mon.0) 289 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-22T19:16:10.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:10 smithi012 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.3.service: Succeeded. 2024-02-22T19:16:10.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:10 smithi012 systemd[1]: Stopped Ceph osd.3 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:16:10.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:10 smithi012 systemd[1]: Starting Ceph osd.3 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:16:10.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:09.445629+0000 mon.smithi012 (mon.0) 289 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-22T19:16:11.755 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:11.755 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:16:11.755 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-22T19:16:11.755 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: 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-22T19:16:11.756 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-22T19:16:11.756 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-22T19:16:11.756 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-22T19:16:11.756 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-22T19:16:11.756 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:11 smithi012 bash[116247]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-22T19:16:11.756 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:10.269010+0000 mgr.smithi012.uvcbek (mgr.14744) 140 : cluster [DBG] pgmap v100: 129 pgs: 7 active+undersized+degraded, 16 stale+active+clean, 3 active+undersized, 103 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 54/1410 objects degraded (3.830%) 2024-02-22T19:16:11.756 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:10.443590+0000 mon.smithi012 (mon.0) 290 : cluster [WRN] Health check failed: Degraded data redundancy: 54/1410 objects degraded (3.830%), 7 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:11.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:10.269010+0000 mgr.smithi012.uvcbek (mgr.14744) 140 : cluster [DBG] pgmap v100: 129 pgs: 7 active+undersized+degraded, 16 stale+active+clean, 3 active+undersized, 103 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 54/1410 objects degraded (3.830%) 2024-02-22T19:16:11.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:10.443590+0000 mon.smithi012 (mon.0) 290 : cluster [WRN] Health check failed: Degraded data redundancy: 54/1410 objects degraded (3.830%), 7 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:12.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3[116526]: debug 2024-02-22T19:16:12.509+0000 7f5630a89700 1 -- 172.21.15.12:0/4204919376 <== mon.0 v2:172.21.15.12:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558a8d8f8680 con 0x558a8d8bf000 2024-02-22T19:16:12.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:12 smithi012 bash[116510]: b0479e1774dbbe318b955f53b109d373beb4bd7dfe9ea1b204b2f9fefbdd1c0f 2024-02-22T19:16:12.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:12 smithi012 systemd[1]: Started Ceph osd.3 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:16:13.350 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3[116526]: debug 2024-02-22T19:16:13.028+0000 7f5638517380 -1 Falling back to public interface 2024-02-22T19:16:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:12.269873+0000 mgr.smithi012.uvcbek (mgr.14744) 141 : cluster [DBG] pgmap v101: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:12.656204+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:13.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:12.656975+0000 mon.smithi012 (mon.0) 292 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:14.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:12.269873+0000 mgr.smithi012.uvcbek (mgr.14744) 141 : cluster [DBG] pgmap v101: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:14.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:12.656204+0000 mon.smithi012 (mon.0) 291 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:14.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:12.656975+0000 mon.smithi012 (mon.0) 292 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:15.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:14.270283+0000 mgr.smithi012.uvcbek (mgr.14744) 142 : cluster [DBG] pgmap v102: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:15.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:15.415127+0000 mon.smithi012 (mon.0) 293 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:16.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:14.270283+0000 mgr.smithi012.uvcbek (mgr.14744) 142 : cluster [DBG] pgmap v102: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:16.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:15.415127+0000 mon.smithi012 (mon.0) 293 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:16.795 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:17.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:16.271136+0000 mgr.smithi012.uvcbek (mgr.14744) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:17.322240+0000 mon.smithi012 (mon.0) 294 : cluster [WRN] Health check update: Degraded data redundancy: 185/1410 objects degraded (13.121%), 30 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:18.106 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3[116526]: debug 2024-02-22T19:16:17.874+0000 7f5638517380 -1 osd.3 85 log_to_monitors {default=true} 2024-02-22T19:16:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:16.271136+0000 mgr.smithi012.uvcbek (mgr.14744) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:17.322240+0000 mon.smithi012 (mon.0) 294 : cluster [WRN] Health check update: Degraded data redundancy: 185/1410 objects degraded (13.121%), 30 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:18.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:17.878386+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-22T19:16:19.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:17.878386+0000 mon.smithi012 (mon.0) 295 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-22T19:16:19.106 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:16:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3[116526]: debug 2024-02-22T19:16:18.681+0000 7f562a1ff700 -1 osd.3 85 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:16:20.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:18.271615+0000 mgr.smithi012.uvcbek (mgr.14744) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 208 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:20.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:18.669317+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:18.669374+0000 mon.smithi012 (mon.0) 297 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:18.669920+0000 mon.smithi012 (mon.0) 298 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.328716+0000 mon.smithi012 (mon.0) 299 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.329476+0000 mon.smithi012 (mon.0) 300 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.330118+0000 mon.smithi012 (mon.0) 301 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.333843+0000 mon.smithi012 (mon.0) 302 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.338372+0000 mon.smithi012 (mon.0) 303 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.341374+0000 mon.smithi012 (mon.0) 304 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.343256+0000 mon.smithi012 (mon.0) 305 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.344318+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.345388+0000 mon.smithi012 (mon.0) 307 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:20.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.346473+0000 mon.smithi012 (mon.0) 308 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:18.271615+0000 mgr.smithi012.uvcbek (mgr.14744) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 208 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:18.669317+0000 mon.smithi012 (mon.0) 296 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:18.669374+0000 mon.smithi012 (mon.0) 297 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:18.669920+0000 mon.smithi012 (mon.0) 298 : audit [INF] from='osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi012", "root=default"]}]: dispatch 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.328716+0000 mon.smithi012 (mon.0) 299 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.329476+0000 mon.smithi012 (mon.0) 300 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.330118+0000 mon.smithi012 (mon.0) 301 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.333843+0000 mon.smithi012 (mon.0) 302 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.338372+0000 mon.smithi012 (mon.0) 303 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.341374+0000 mon.smithi012 (mon.0) 304 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.343256+0000 mon.smithi012 (mon.0) 305 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.344318+0000 mon.smithi012 (mon.0) 306 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.345388+0000 mon.smithi012 (mon.0) 307 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:20.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.346473+0000 mon.smithi012 (mon.0) 308 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:21.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.346615+0000 mgr.smithi012.uvcbek (mgr.14744) 145 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:21.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:19.347237+0000 mgr.smithi012.uvcbek (mgr.14744) 146 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-22T19:16:21.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:19.668116+0000 mon.smithi012 (mon.0) 309 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:16:21.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:19.672259+0000 mon.smithi012 (mon.0) 310 : cluster [INF] osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733] boot 2024-02-22T19:16:21.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:19.672301+0000 mon.smithi012 (mon.0) 311 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-02-22T19:16:21.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:19.672710+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:16:21.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:20.523429+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:21.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:20.674747+0000 mon.smithi012 (mon.0) 314 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.346615+0000 mgr.smithi012.uvcbek (mgr.14744) 145 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:19.347237+0000 mgr.smithi012.uvcbek (mgr.14744) 146 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:19.668116+0000 mon.smithi012 (mon.0) 309 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:19.672259+0000 mon.smithi012 (mon.0) 310 : cluster [INF] osd.3 [v2:172.21.15.12:6826/3901833733,v1:172.21.15.12:6827/3901833733] boot 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:19.672301+0000 mon.smithi012 (mon.0) 311 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:19.672710+0000 mon.smithi012 (mon.0) 312 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:20.523429+0000 mon.smithi012 (mon.0) 313 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:21.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:20.674747+0000 mon.smithi012 (mon.0) 314 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-22T19:16:21.842 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:22.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:20.272265+0000 mgr.smithi012.uvcbek (mgr.14744) 147 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:22.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:20.272265+0000 mgr.smithi012.uvcbek (mgr.14744) 147 : cluster [DBG] pgmap v107: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 185/1410 objects degraded (13.121%) 2024-02-22T19:16:23.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:22.692709+0000 mon.smithi012 (mon.0) 315 : cluster [WRN] Health check update: Degraded data redundancy: 106/1410 objects degraded (7.518%), 18 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:23.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:22.692709+0000 mon.smithi012 (mon.0) 315 : cluster [WRN] Health check update: Degraded data redundancy: 106/1410 objects degraded (7.518%), 18 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:23.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:22.273057+0000 mgr.smithi012.uvcbek (mgr.14744) 148 : cluster [DBG] pgmap v109: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 106/1410 objects degraded (7.518%); 0 B/s, 0 objects/s recovering 2024-02-22T19:16:24.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:22.273057+0000 mgr.smithi012.uvcbek (mgr.14744) 148 : cluster [DBG] pgmap v109: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 106/1410 objects degraded (7.518%); 0 B/s, 0 objects/s recovering 2024-02-22T19:16:26.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:24.273803+0000 mgr.smithi012.uvcbek (mgr.14744) 149 : cluster [DBG] pgmap v110: 129 pgs: 7 peering, 4 active+undersized+degraded, 2 active+undersized, 116 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 170 B/s wr, 5 op/s; 30/1410 objects degraded (2.128%); 0 B/s, 0 objects/s recovering 2024-02-22T19:16:26.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:24.273803+0000 mgr.smithi012.uvcbek (mgr.14744) 149 : cluster [DBG] pgmap v110: 129 pgs: 7 peering, 4 active+undersized+degraded, 2 active+undersized, 116 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 170 B/s wr, 5 op/s; 30/1410 objects degraded (2.128%); 0 B/s, 0 objects/s recovering 2024-02-22T19:16:26.883 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:27.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:26.750692+0000 mon.smithi012 (mon.0) 316 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/1410 objects degraded (2.128%), 4 pgs degraded) 2024-02-22T19:16:27.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:26.750725+0000 mon.smithi012 (mon.0) 317 : cluster [INF] Cluster is now healthy 2024-02-22T19:16:27.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:26.750692+0000 mon.smithi012 (mon.0) 316 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/1410 objects degraded (2.128%), 4 pgs degraded) 2024-02-22T19:16:27.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:26.750725+0000 mon.smithi012 (mon.0) 317 : cluster [INF] Cluster is now healthy 2024-02-22T19:16:28.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:26.274604+0000 mgr.smithi012.uvcbek (mgr.14744) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 134 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:28.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:26.274604+0000 mgr.smithi012.uvcbek (mgr.14744) 150 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 134 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:28.896 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:16:29.496 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:16:29.496 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (10m) 10s ago 12m 21.4M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:16:29.496 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (2m) 10s ago 11m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (2m) 2m ago 11m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (10m) 10s ago 11m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (6m) 10s ago 6m 43.0M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (6m) 2m ago 6m 13.5M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (3m) 10s ago 13m 438M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (2m) 2m ago 10m 385M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (2m) 10s ago 13m 50.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (2m) 2m ago 10m 29.6M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (3m) 10s ago 3m 78.4M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (3m) 2m ago 3m 49.7M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (11m) 10s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (10m) 2m ago 10m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (111s) 10s ago 10m 114M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (79s) 10s ago 9m 97.8M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (48s) 10s ago 9m 82.9M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:16:29.497 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (17s) 10s ago 9m 11.6M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:16:29.498 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (8m) 2m ago 8m 356M 2712M 16.2.5 6933c2a0b7dd 5dfa66041b03 2024-02-22T19:16:29.498 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (8m) 2m ago 8m 376M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:16:29.498 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (8m) 2m ago 8m 312M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:16:29.498 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (7m) 2m ago 7m 464M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:16:29.498 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (3m) 10s ago 11m 60.5M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:16:29.853 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:16:29.853 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:16:29.853 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 4, 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8, 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-22T19:16:29.854 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:16:29.855 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:16:30.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:28.275079+0000 mgr.smithi012.uvcbek (mgr.14744) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 238 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:30.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:28.884025+0000 mgr.smithi012.uvcbek (mgr.14744) 152 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:16:30.156 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:16:30.157 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "10/23 daemons upgraded", 2024-02-22T19:16:30.157 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading osd daemons", 2024-02-22T19:16:30.157 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:16:30.157 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:16:30.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:28.275079+0000 mgr.smithi012.uvcbek (mgr.14744) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 238 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:30.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:28.884025+0000 mgr.smithi012.uvcbek (mgr.14744) 152 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:29.189366+0000 mgr.smithi012.uvcbek (mgr.14744) 153 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:29.486990+0000 mgr.smithi012.uvcbek (mgr.14744) 154 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:29.853382+0000 mon.smithi012 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.12:0/2469475878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:30.415148+0000 mon.smithi012 (mon.0) 319 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:31.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:30 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:30.534364+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:29.189366+0000 mgr.smithi012.uvcbek (mgr.14744) 153 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:29.486990+0000 mgr.smithi012.uvcbek (mgr.14744) 154 : audit [DBG] from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:29.853382+0000 mon.smithi012 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.12:0/2469475878' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:30.415148+0000 mon.smithi012 (mon.0) 319 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:31.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:30 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:30.534364+0000 mon.smithi012 (mon.0) 320 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:31.919 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:30.155896+0000 mgr.smithi012.uvcbek (mgr.14744) 155 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:30.275506+0000 mgr.smithi012.uvcbek (mgr.14744) 156 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 204 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:32.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:30.155896+0000 mgr.smithi012.uvcbek (mgr.14744) 155 : audit [DBG] from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:16:32.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:30.275506+0000 mgr.smithi012.uvcbek (mgr.14744) 156 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 204 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:34.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:32.276194+0000 mgr.smithi012.uvcbek (mgr.14744) 157 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 264 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:34.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:32.276194+0000 mgr.smithi012.uvcbek (mgr.14744) 157 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 264 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:35.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:34.352486+0000 mon.smithi012 (mon.0) 321 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:35.135 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:34.352486+0000 mon.smithi012 (mon.0) 321 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:36.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:34.276793+0000 mgr.smithi012.uvcbek (mgr.14744) 158 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 170 B/s wr, 3 op/s 2024-02-22T19:16:36.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:34.352706+0000 mgr.smithi012.uvcbek (mgr.14744) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:36.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:34.353864+0000 mgr.smithi012.uvcbek (mgr.14744) 160 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-22T19:16:36.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:34.276793+0000 mgr.smithi012.uvcbek (mgr.14744) 158 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 170 B/s wr, 3 op/s 2024-02-22T19:16:36.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:34.352706+0000 mgr.smithi012.uvcbek (mgr.14744) 159 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-22T19:16:36.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:34.353864+0000 mgr.smithi012.uvcbek (mgr.14744) 160 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-22T19:16:36.958 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:35.853889+0000 mgr.smithi012.uvcbek (mgr.14744) 161 : cephadm [INF] Upgrade: Updating osd.4 2024-02-22T19:16:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:35.858482+0000 mon.smithi012 (mon.0) 322 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:35.859403+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-22T19:16:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:35.860147+0000 mon.smithi012 (mon.0) 324 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:37.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:35.861523+0000 mgr.smithi012.uvcbek (mgr.14744) 162 : cephadm [INF] Deploying daemon osd.4 on smithi186 2024-02-22T19:16:37.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:35.853889+0000 mgr.smithi012.uvcbek (mgr.14744) 161 : cephadm [INF] Upgrade: Updating osd.4 2024-02-22T19:16:37.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:35.858482+0000 mon.smithi012 (mon.0) 322 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:35.859403+0000 mon.smithi012 (mon.0) 323 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-22T19:16:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:35.860147+0000 mon.smithi012 (mon.0) 324 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:37.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:35.861523+0000 mgr.smithi012.uvcbek (mgr.14744) 162 : cephadm [INF] Deploying daemon osd.4 on smithi186 2024-02-22T19:16:38.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:36.277364+0000 mgr.smithi012.uvcbek (mgr.14744) 163 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:16:38.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:36.277364+0000 mgr.smithi012.uvcbek (mgr.14744) 163 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:16:38.922 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:38 smithi186 systemd[1]: Stopping Ceph osd.4 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:16:39.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4[40899]: debug 2024-02-22T19:16:38.920+0000 7f234472b700 -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-22T19:16:39.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4[40899]: debug 2024-02-22T19:16:38.920+0000 7f234472b700 -1 osd.4 90 *** Got signal Terminated *** 2024-02-22T19:16:39.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4[40899]: debug 2024-02-22T19:16:38.920+0000 7f234472b700 -1 osd.4 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:16:39.678 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:39 smithi186 bash[59807]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:38.277929+0000 mgr.smithi012.uvcbek (mgr.14744) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.188944+0000 mon.smithi012 (mon.0) 325 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.188994+0000 mon.smithi012 (mon.0) 326 : cluster [INF] osd.4 failed (root=default,host=smithi186) (connection refused reported by osd.1) 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.189237+0000 mon.smithi012 (mon.0) 327 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.189409+0000 mon.smithi012 (mon.0) 328 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.189580+0000 mon.smithi012 (mon.0) 329 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.189737+0000 mon.smithi012 (mon.0) 330 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.189826+0000 mon.smithi012 (mon.0) 331 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.190028+0000 mon.smithi012 (mon.0) 332 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.190176+0000 mon.smithi012 (mon.0) 333 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.190331+0000 mon.smithi012 (mon.0) 334 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.190482+0000 mon.smithi012 (mon.0) 335 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.190646+0000 mon.smithi012 (mon.0) 336 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.190788+0000 mon.smithi012 (mon.0) 337 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.190956+0000 mon.smithi012 (mon.0) 338 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.191103+0000 mon.smithi012 (mon.0) 339 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.590006+0000 mon.smithi012 (mon.0) 340 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.590226+0000 mon.smithi012 (mon.0) 341 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.590417+0000 mon.smithi012 (mon.0) 342 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.590624+0000 mon.smithi012 (mon.0) 343 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.590728+0000 mon.smithi012 (mon.0) 344 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.590886+0000 mon.smithi012 (mon.0) 345 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.590992+0000 mon.smithi012 (mon.0) 346 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.591077+0000 mon.smithi012 (mon.0) 347 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.591179+0000 mon.smithi012 (mon.0) 348 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.591268+0000 mon.smithi012 (mon.0) 349 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.591352+0000 mon.smithi012 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.591448+0000 mon.smithi012 (mon.0) 351 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.591496+0000 mon.smithi012 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.591636+0000 mon.smithi012 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.641769+0000 mon.smithi012 (mon.0) 354 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.181 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.842679+0000 mon.smithi012 (mon.0) 355 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:38.277929+0000 mgr.smithi012.uvcbek (mgr.14744) 164 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.188944+0000 mon.smithi012 (mon.0) 325 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.188994+0000 mon.smithi012 (mon.0) 326 : cluster [INF] osd.4 failed (root=default,host=smithi186) (connection refused reported by osd.1) 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.189237+0000 mon.smithi012 (mon.0) 327 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.189409+0000 mon.smithi012 (mon.0) 328 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.189580+0000 mon.smithi012 (mon.0) 329 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.189737+0000 mon.smithi012 (mon.0) 330 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.189826+0000 mon.smithi012 (mon.0) 331 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.190028+0000 mon.smithi012 (mon.0) 332 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.190176+0000 mon.smithi012 (mon.0) 333 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.190331+0000 mon.smithi012 (mon.0) 334 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.190482+0000 mon.smithi012 (mon.0) 335 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.190646+0000 mon.smithi012 (mon.0) 336 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.190788+0000 mon.smithi012 (mon.0) 337 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.190956+0000 mon.smithi012 (mon.0) 338 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.191103+0000 mon.smithi012 (mon.0) 339 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.590006+0000 mon.smithi012 (mon.0) 340 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.590226+0000 mon.smithi012 (mon.0) 341 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.590417+0000 mon.smithi012 (mon.0) 342 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.590624+0000 mon.smithi012 (mon.0) 343 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.590728+0000 mon.smithi012 (mon.0) 344 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.590886+0000 mon.smithi012 (mon.0) 345 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.590992+0000 mon.smithi012 (mon.0) 346 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.591077+0000 mon.smithi012 (mon.0) 347 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.591179+0000 mon.smithi012 (mon.0) 348 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-22T19:16:40.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.591268+0000 mon.smithi012 (mon.0) 349 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-22T19:16:40.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.591352+0000 mon.smithi012 (mon.0) 350 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-22T19:16:40.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.591448+0000 mon.smithi012 (mon.0) 351 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-22T19:16:40.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.591496+0000 mon.smithi012 (mon.0) 352 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-22T19:16:40.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.591636+0000 mon.smithi012 (mon.0) 353 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.641769+0000 mon.smithi012 (mon.0) 354 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:40.358 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.842679+0000 mon.smithi012 (mon.0) 355 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-22T19:16:41.096 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.863751+0000 mon.smithi012 (mon.0) 356 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:16:41.096 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:39.871187+0000 mon.smithi012 (mon.0) 357 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-22T19:16:41.096 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:40.870141+0000 mon.smithi012 (mon.0) 358 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-22T19:16:41.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.863751+0000 mon.smithi012 (mon.0) 356 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:16:41.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:39.871187+0000 mon.smithi012 (mon.0) 357 : cluster [DBG] osdmap e91: 8 total, 7 up, 8 in 2024-02-22T19:16:41.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:40.870141+0000 mon.smithi012 (mon.0) 358 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-22T19:16:41.896 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:41 smithi186 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.4.service: Succeeded. 2024-02-22T19:16:41.896 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:41 smithi186 systemd[1]: Stopped Ceph osd.4 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:16:41.896 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:41 smithi186 systemd[1]: Starting Ceph osd.4 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:16:42.002 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:42.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:40.278331+0000 mgr.smithi012.uvcbek (mgr.14744) 165 : cluster [DBG] pgmap v119: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:16:42.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:40.278331+0000 mgr.smithi012.uvcbek (mgr.14744) 165 : cluster [DBG] pgmap v119: 129 pgs: 18 stale+active+clean, 111 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: 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-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-22T19:16:42.887 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:42 smithi186 bash[60105]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-22T19:16:43.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:42.894727+0000 mon.smithi012 (mon.0) 359 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-22T19:16:43.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:42.894760+0000 mon.smithi012 (mon.0) 360 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1410 objects degraded (8.440%), 17 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:42.894727+0000 mon.smithi012 (mon.0) 359 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-22T19:16:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:42.894760+0000 mon.smithi012 (mon.0) 360 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1410 objects degraded (8.440%), 17 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:42.279097+0000 mgr.smithi012.uvcbek (mgr.14744) 166 : cluster [DBG] pgmap v121: 129 pgs: 17 active+undersized+degraded, 9 peering, 7 stale+active+clean, 13 active+undersized, 83 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 119/1410 objects degraded (8.440%) 2024-02-22T19:16:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:43.827160+0000 mon.smithi012 (mon.0) 361 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:43.828175+0000 mon.smithi012 (mon.0) 362 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:44.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:16:43.711+0000 7f40ff0d7700 1 -- 172.21.15.186:0/2944711705 <== mon.1 v2:172.21.15.186:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55952a558680 con 0x55952a51f000 2024-02-22T19:16:44.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:43 smithi186 bash[60371]: 80572c18d40ef483ddac065ebc577ccce9ef14106733c12c243c3ea03b8026a8 2024-02-22T19:16:44.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:43 smithi186 systemd[1]: Started Ceph osd.4 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:16:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:42.279097+0000 mgr.smithi012.uvcbek (mgr.14744) 166 : cluster [DBG] pgmap v121: 129 pgs: 17 active+undersized+degraded, 9 peering, 7 stale+active+clean, 13 active+undersized, 83 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 119/1410 objects degraded (8.440%) 2024-02-22T19:16:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:43.827160+0000 mon.smithi012 (mon.0) 361 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:43.828175+0000 mon.smithi012 (mon.0) 362 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:44.501 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:44 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:16:44.232+0000 7f4106b65380 -1 Falling back to public interface 2024-02-22T19:16:46.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:44.279850+0000 mgr.smithi012.uvcbek (mgr.14744) 167 : cluster [DBG] pgmap v122: 129 pgs: 19 active+undersized+degraded, 9 peering, 2 stale+active+clean, 19 active+undersized, 80 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 133/1410 objects degraded (9.433%) 2024-02-22T19:16:46.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:45.418178+0000 mon.smithi012 (mon.0) 363 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:46.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:44.279850+0000 mgr.smithi012.uvcbek (mgr.14744) 167 : cluster [DBG] pgmap v122: 129 pgs: 19 active+undersized+degraded, 9 peering, 2 stale+active+clean, 19 active+undersized, 80 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 133/1410 objects degraded (9.433%) 2024-02-22T19:16:46.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:45.418178+0000 mon.smithi012 (mon.0) 363 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:47.043 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:46.280827+0000 mgr.smithi012.uvcbek (mgr.14744) 168 : cluster [DBG] pgmap v123: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 211/1410 objects degraded (14.965%) 2024-02-22T19:16:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:46.953584+0000 mon.smithi012 (mon.0) 364 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-22T19:16:47.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:46.280827+0000 mgr.smithi012.uvcbek (mgr.14744) 168 : cluster [DBG] pgmap v123: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 211/1410 objects degraded (14.965%) 2024-02-22T19:16:47.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:46.953584+0000 mon.smithi012 (mon.0) 364 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-22T19:16:49.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:16:49.111+0000 7f4106b65380 -1 osd.4 90 log_to_monitors {default=true} 2024-02-22T19:16:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:47.919417+0000 mon.smithi012 (mon.0) 365 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.226924+0000 mon.smithi012 (mon.0) 366 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.227806+0000 mon.smithi012 (mon.0) 367 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:16:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.232931+0000 mon.smithi012 (mon.0) 368 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:49.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.239293+0000 mon.smithi012 (mon.0) 369 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:49.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.242834+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:49.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.245421+0000 mon.smithi012 (mon.0) 371 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:49.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.247026+0000 mon.smithi012 (mon.0) 372 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:49.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.248486+0000 mon.smithi012 (mon.0) 373 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:49.180 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.249972+0000 mon.smithi012 (mon.0) 374 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:47.919417+0000 mon.smithi012 (mon.0) 365 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.226924+0000 mon.smithi012 (mon.0) 366 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.227806+0000 mon.smithi012 (mon.0) 367 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.232931+0000 mon.smithi012 (mon.0) 368 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.239293+0000 mon.smithi012 (mon.0) 369 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.242834+0000 mon.smithi012 (mon.0) 370 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.245421+0000 mon.smithi012 (mon.0) 371 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.247026+0000 mon.smithi012 (mon.0) 372 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.248486+0000 mon.smithi012 (mon.0) 373 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:16:49.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.249972+0000 mon.smithi012 (mon.0) 374 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:16:50.179 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:16:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:16:49.944+0000 7f40f804c700 -1 osd.4 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:16:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:48.250157+0000 mgr.smithi012.uvcbek (mgr.14744) 169 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:16:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:16:48.250998+0000 mgr.smithi012.uvcbek (mgr.14744) 170 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-22T19:16:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:48.281536+0000 mgr.smithi012.uvcbek (mgr.14744) 171 : cluster [DBG] pgmap v124: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 243 B/s wr, 0 op/s; 211/1410 objects degraded (14.965%) 2024-02-22T19:16:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:49.115894+0000 mon.smithi186 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2398309724,v1:172.21.15.186:6801/2398309724]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:16:50.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:49.116239+0000 mon.smithi012 (mon.0) 375 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:16:50.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:48.250157+0000 mgr.smithi012.uvcbek (mgr.14744) 169 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:16:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:16:48.250998+0000 mgr.smithi012.uvcbek (mgr.14744) 170 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-22T19:16:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:48.281536+0000 mgr.smithi012.uvcbek (mgr.14744) 171 : cluster [DBG] pgmap v124: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 243 B/s wr, 0 op/s; 211/1410 objects degraded (14.965%) 2024-02-22T19:16:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:49.115894+0000 mon.smithi186 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2398309724,v1:172.21.15.186:6801/2398309724]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:16:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:49.116239+0000 mon.smithi012 (mon.0) 375 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-22T19:16:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:49.922955+0000 mon.smithi012 (mon.0) 376 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-22T19:16:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:49.923021+0000 mon.smithi012 (mon.0) 377 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-22T19:16:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:49.924285+0000 mon.smithi186 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2398309724,v1:172.21.15.186:6801/2398309724]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:16:51.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:49.928837+0000 mon.smithi012 (mon.0) 378 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:16:51.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:49.922955+0000 mon.smithi012 (mon.0) 376 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-22T19:16:51.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:49.923021+0000 mon.smithi012 (mon.0) 377 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-22T19:16:51.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:49.924285+0000 mon.smithi186 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.186:6800/2398309724,v1:172.21.15.186:6801/2398309724]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:16:51.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:49.928837+0000 mon.smithi012 (mon.0) 378 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:16:52.115 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:50.282245+0000 mgr.smithi012.uvcbek (mgr.14744) 172 : cluster [DBG] pgmap v126: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s wr, 0 op/s; 211/1410 objects degraded (14.965%) 2024-02-22T19:16:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:50.924956+0000 mon.smithi012 (mon.0) 379 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:16:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:50.931849+0000 mon.smithi012 (mon.0) 380 : cluster [INF] osd.4 [v2:172.21.15.186:6800/2398309724,v1:172.21.15.186:6801/2398309724] boot 2024-02-22T19:16:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:50.931884+0000 mon.smithi012 (mon.0) 381 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-02-22T19:16:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:50.932557+0000 mon.smithi012 (mon.0) 382 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:16:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:51.931030+0000 mon.smithi012 (mon.0) 383 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-02-22T19:16:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:50.282245+0000 mgr.smithi012.uvcbek (mgr.14744) 172 : cluster [DBG] pgmap v126: 129 pgs: 31 active+undersized+degraded, 25 active+undersized, 73 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s wr, 0 op/s; 211/1410 objects degraded (14.965%) 2024-02-22T19:16:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:50.924956+0000 mon.smithi012 (mon.0) 379 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:16:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:50.931849+0000 mon.smithi012 (mon.0) 380 : cluster [INF] osd.4 [v2:172.21.15.186:6800/2398309724,v1:172.21.15.186:6801/2398309724] boot 2024-02-22T19:16:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:50.931884+0000 mon.smithi012 (mon.0) 381 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-02-22T19:16:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:50.932557+0000 mon.smithi012 (mon.0) 382 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-22T19:16:52.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:51.931030+0000 mon.smithi012 (mon.0) 383 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-02-22T19:16:53.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:52.327710+0000 mon.smithi012 (mon.0) 384 : cluster [WRN] Health check update: Degraded data redundancy: 211/1410 objects degraded (14.965%), 31 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:53.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:52.327710+0000 mon.smithi012 (mon.0) 384 : cluster [WRN] Health check update: Degraded data redundancy: 211/1410 objects degraded (14.965%), 31 pgs degraded (PG_DEGRADED) 2024-02-22T19:16:54.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:52.282947+0000 mgr.smithi012.uvcbek (mgr.14744) 173 : cluster [DBG] pgmap v129: 129 pgs: 21 peering, 16 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 111/1410 objects degraded (7.872%) 2024-02-22T19:16:54.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:52.282947+0000 mgr.smithi012.uvcbek (mgr.14744) 173 : cluster [DBG] pgmap v129: 129 pgs: 21 peering, 16 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 111/1410 objects degraded (7.872%) 2024-02-22T19:16:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:54.283674+0000 mgr.smithi012.uvcbek (mgr.14744) 174 : cluster [DBG] pgmap v130: 129 pgs: 21 peering, 14 active+undersized+degraded, 18 active+undersized, 76 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 97/1410 objects degraded (6.879%) 2024-02-22T19:16:56.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:16:55.551670+0000 mon.smithi012 (mon.0) 385 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:54.283674+0000 mgr.smithi012.uvcbek (mgr.14744) 174 : cluster [DBG] pgmap v130: 129 pgs: 21 peering, 14 active+undersized+degraded, 18 active+undersized, 76 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 97/1410 objects degraded (6.879%) 2024-02-22T19:16:56.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:16:55.551670+0000 mon.smithi012 (mon.0) 385 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:16:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:56.284363+0000 mgr.smithi012.uvcbek (mgr.14744) 175 : cluster [DBG] pgmap v131: 129 pgs: 1 peering, 128 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 321 B/s rd, 160 B/s wr, 0 op/s 2024-02-22T19:16:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:56.954276+0000 mon.smithi012 (mon.0) 386 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 97/1410 objects degraded (6.879%), 14 pgs degraded) 2024-02-22T19:16:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:56.954307+0000 mon.smithi012 (mon.0) 387 : cluster [INF] Cluster is now healthy 2024-02-22T19:16:57.149 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:16:57.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:56.284363+0000 mgr.smithi012.uvcbek (mgr.14744) 175 : cluster [DBG] pgmap v131: 129 pgs: 1 peering, 128 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 321 B/s rd, 160 B/s wr, 0 op/s 2024-02-22T19:16:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:56.954276+0000 mon.smithi012 (mon.0) 386 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 97/1410 objects degraded (6.879%), 14 pgs degraded) 2024-02-22T19:16:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:56.954307+0000 mon.smithi012 (mon.0) 387 : cluster [INF] Cluster is now healthy 2024-02-22T19:16:59.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:16:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:16:58.284978+0000 mgr.smithi012.uvcbek (mgr.14744) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:16:59.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:16:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:16:58.284978+0000 mgr.smithi012.uvcbek (mgr.14744) 176 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:17:00.490 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (10m) 41s ago 12m 21.4M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (2m) 41s ago 12m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (2m) 13s ago 11m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (10m) 41s ago 12m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (6m) 41s ago 6m 43.0M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (6m) 13s ago 6m 14.0M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:17:01.106 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (3m) 41s ago 13m 438M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (3m) 13s ago 11m 386M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (3m) 41s ago 14m 50.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (2m) 13s ago 11m 49.1M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (4m) 41s ago 4m 78.4M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (4m) 13s ago 4m 77.7M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (12m) 41s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (11m) 13s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (2m) 41s ago 10m 114M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (111s) 41s ago 10m 97.8M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (79s) 41s ago 9m 82.9M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (48s) 41s ago 9m 11.6M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (17s) 13s ago 9m 12.8M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (8m) 13s ago 8m 375M 2712M 16.2.5 6933c2a0b7dd ab9a88719dbc 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (8m) 13s ago 8m 314M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (8m) 13s ago 8m 465M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:17:01.107 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (3m) 41s ago 11m 60.5M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:17:01.468 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:17:01.468 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:17:01.468 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 5, 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 9, 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:17:01.469 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:17:01.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:00.285445+0000 mgr.smithi012.uvcbek (mgr.14744) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:17:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:00.415276+0000 mon.smithi012 (mon.0) 388 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:00.477806+0000 mgr.smithi012.uvcbek (mgr.14744) 178 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:00.789344+0000 mgr.smithi012.uvcbek (mgr.14744) 179 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:01.772 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "11/23 daemons upgraded", 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading osd daemons", 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:17:01.773 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:17:01.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:00.285445+0000 mgr.smithi012.uvcbek (mgr.14744) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:17:01.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:00.415276+0000 mon.smithi012 (mon.0) 388 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:00.477806+0000 mgr.smithi012.uvcbek (mgr.14744) 178 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:00.789344+0000 mgr.smithi012.uvcbek (mgr.14744) 179 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:02.192 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:02.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:01.096302+0000 mgr.smithi012.uvcbek (mgr.14744) 180 : audit [DBG] from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:02.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:01.468548+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.12:0/2200226556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:02.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:01.772643+0000 mgr.smithi012.uvcbek (mgr.14744) 181 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:02.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:01.096302+0000 mgr.smithi012.uvcbek (mgr.14744) 180 : audit [DBG] from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:02.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:01.468548+0000 mon.smithi012 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.12:0/2200226556' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:02.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:01.772643+0000 mgr.smithi012.uvcbek (mgr.14744) 181 : audit [DBG] from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:03.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:02.285955+0000 mgr.smithi012.uvcbek (mgr.14744) 182 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:17:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:03.253715+0000 mon.smithi012 (mon.0) 390 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:17:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:02.285955+0000 mgr.smithi012.uvcbek (mgr.14744) 182 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:17:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:03.253715+0000 mon.smithi012 (mon.0) 390 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:17:04.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:03.253945+0000 mgr.smithi012.uvcbek (mgr.14744) 183 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:17:04.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:03.255047+0000 mgr.smithi012.uvcbek (mgr.14744) 184 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-22T19:17:04.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:03.253945+0000 mgr.smithi012.uvcbek (mgr.14744) 183 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-22T19:17:04.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:03.255047+0000 mgr.smithi012.uvcbek (mgr.14744) 184 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-22T19:17:06.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:04.286483+0000 mgr.smithi012.uvcbek (mgr.14744) 185 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:17:06.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:04.749028+0000 mgr.smithi012.uvcbek (mgr.14744) 186 : cephadm [INF] Upgrade: Updating osd.5 2024-02-22T19:17:06.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:04.754199+0000 mon.smithi012 (mon.0) 391 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:06.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:04.755089+0000 mon.smithi012 (mon.0) 392 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-22T19:17:06.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:04.755806+0000 mon.smithi012 (mon.0) 393 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:06.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:04.757169+0000 mgr.smithi012.uvcbek (mgr.14744) 187 : cephadm [INF] Deploying daemon osd.5 on smithi186 2024-02-22T19:17:06.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:05.564891+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:04.286483+0000 mgr.smithi012.uvcbek (mgr.14744) 185 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-22T19:17:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:04.749028+0000 mgr.smithi012.uvcbek (mgr.14744) 186 : cephadm [INF] Upgrade: Updating osd.5 2024-02-22T19:17:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:04.754199+0000 mon.smithi012 (mon.0) 391 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:04.755089+0000 mon.smithi012 (mon.0) 392 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-22T19:17:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:04.755806+0000 mon.smithi012 (mon.0) 393 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:04.757169+0000 mgr.smithi012.uvcbek (mgr.14744) 187 : cephadm [INF] Deploying daemon osd.5 on smithi186 2024-02-22T19:17:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:05.564891+0000 mon.smithi012 (mon.0) 394 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:07.244 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:07.927 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:07 smithi186 systemd[1]: Stopping Ceph osd.5 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:17:07.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:06.287084+0000 mgr.smithi012.uvcbek (mgr.14744) 188 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 315 MiB data, 3.2 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-22T19:17:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:06.287084+0000 mgr.smithi012.uvcbek (mgr.14744) 188 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 315 MiB data, 3.2 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-22T19:17:08.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5[43781]: debug 2024-02-22T19:17:07.926+0000 7f8414640700 -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-22T19:17:08.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5[43781]: debug 2024-02-22T19:17:07.926+0000 7f8414640700 -1 osd.5 95 *** Got signal Terminated *** 2024-02-22T19:17:08.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5[43781]: debug 2024-02-22T19:17:07.926+0000 7f8414640700 -1 osd.5 95 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:17:08.616 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:08 smithi186 bash[61771]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5 2024-02-22T19:17:08.929 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:08 smithi186 bash[61826]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5 2024-02-22T19:17:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.032630+0000 mon.smithi012 (mon.0) 395 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.032678+0000 mon.smithi012 (mon.0) 396 : cluster [INF] osd.5 failed (root=default,host=smithi186) (connection refused reported by osd.4) 2024-02-22T19:17:08.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.084829+0000 mon.smithi012 (mon.0) 397 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.121547+0000 mon.smithi012 (mon.0) 398 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.202476+0000 mon.smithi012 (mon.0) 399 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.202613+0000 mon.smithi012 (mon.0) 400 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.202910+0000 mon.smithi012 (mon.0) 401 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203051+0000 mon.smithi012 (mon.0) 402 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203194+0000 mon.smithi012 (mon.0) 403 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203261+0000 mon.smithi012 (mon.0) 404 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203395+0000 mon.smithi012 (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203461+0000 mon.smithi012 (mon.0) 406 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203626+0000 mon.smithi012 (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203723+0000 mon.smithi012 (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203866+0000 mon.smithi012 (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.203925+0000 mon.smithi012 (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.204053+0000 mon.smithi012 (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.204115+0000 mon.smithi012 (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:08.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.285905+0000 mon.smithi012 (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.445905+0000 mon.smithi012 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.532752+0000 mon.smithi012 (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.533058+0000 mon.smithi012 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.603309+0000 mon.smithi012 (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.603418+0000 mon.smithi012 (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.603673+0000 mon.smithi012 (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.603901+0000 mon.smithi012 (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.604065+0000 mon.smithi012 (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.604220+0000 mon.smithi012 (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.604371+0000 mon.smithi012 (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.604558+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.604721+0000 mon.smithi012 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.604925+0000 mon.smithi012 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.605087+0000 mon.smithi012 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.605244+0000 mon.smithi012 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:08.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.605392+0000 mon.smithi012 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:08.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.605559+0000 mon.smithi012 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:08.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.646868+0000 mon.smithi012 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:08.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.686895+0000 mon.smithi012 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:08.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.734153+0000 mon.smithi012 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:09.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.032630+0000 mon.smithi012 (mon.0) 395 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:09.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.032678+0000 mon.smithi012 (mon.0) 396 : cluster [INF] osd.5 failed (root=default,host=smithi186) (connection refused reported by osd.4) 2024-02-22T19:17:09.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.084829+0000 mon.smithi012 (mon.0) 397 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:09.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.121547+0000 mon.smithi012 (mon.0) 398 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.202476+0000 mon.smithi012 (mon.0) 399 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.202613+0000 mon.smithi012 (mon.0) 400 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.202910+0000 mon.smithi012 (mon.0) 401 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203051+0000 mon.smithi012 (mon.0) 402 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203194+0000 mon.smithi012 (mon.0) 403 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203261+0000 mon.smithi012 (mon.0) 404 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203395+0000 mon.smithi012 (mon.0) 405 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203461+0000 mon.smithi012 (mon.0) 406 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203626+0000 mon.smithi012 (mon.0) 407 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203723+0000 mon.smithi012 (mon.0) 408 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203866+0000 mon.smithi012 (mon.0) 409 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.203925+0000 mon.smithi012 (mon.0) 410 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.204053+0000 mon.smithi012 (mon.0) 411 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.204115+0000 mon.smithi012 (mon.0) 412 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:09.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.285905+0000 mon.smithi012 (mon.0) 413 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.445905+0000 mon.smithi012 (mon.0) 414 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.532752+0000 mon.smithi012 (mon.0) 415 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.533058+0000 mon.smithi012 (mon.0) 416 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.603309+0000 mon.smithi012 (mon.0) 417 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.603418+0000 mon.smithi012 (mon.0) 418 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.603673+0000 mon.smithi012 (mon.0) 419 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.603901+0000 mon.smithi012 (mon.0) 420 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.604065+0000 mon.smithi012 (mon.0) 421 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.604220+0000 mon.smithi012 (mon.0) 422 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.604371+0000 mon.smithi012 (mon.0) 423 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.604558+0000 mon.smithi012 (mon.0) 424 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.604721+0000 mon.smithi012 (mon.0) 425 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.604925+0000 mon.smithi012 (mon.0) 426 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-22T19:17:09.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.605087+0000 mon.smithi012 (mon.0) 427 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-22T19:17:09.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.605244+0000 mon.smithi012 (mon.0) 428 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-22T19:17:09.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.605392+0000 mon.smithi012 (mon.0) 429 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:09.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.605559+0000 mon.smithi012 (mon.0) 430 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:09.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.646868+0000 mon.smithi012 (mon.0) 431 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-22T19:17:09.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.686895+0000 mon.smithi012 (mon.0) 432 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-22T19:17:09.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.734153+0000 mon.smithi012 (mon.0) 433 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-22T19:17:09.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.287654+0000 mgr.smithi012.uvcbek (mgr.14744) 189 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 315 MiB data, 3.2 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-22T19:17:09.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.757047+0000 mon.smithi012 (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:17:09.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:08.770107+0000 mon.smithi012 (mon.0) 435 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-22T19:17:10.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.287654+0000 mgr.smithi012.uvcbek (mgr.14744) 189 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 315 MiB data, 3.2 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-22T19:17:10.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.757047+0000 mon.smithi012 (mon.0) 434 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:17:10.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:08.770107+0000 mon.smithi012 (mon.0) 435 : cluster [DBG] osdmap e96: 8 total, 7 up, 8 in 2024-02-22T19:17:10.775 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:10 smithi186 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.5.service: Succeeded. 2024-02-22T19:17:10.775 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:10 smithi186 systemd[1]: Stopped Ceph osd.5 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:17:10.775 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:10 smithi186 systemd[1]: Starting Ceph osd.5 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:17:11.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:09.770971+0000 mon.smithi012 (mon.0) 436 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-22T19:17:11.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:09.770971+0000 mon.smithi012 (mon.0) 436 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-22T19:17:11.776 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:17:11.776 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-22T19:17:11.776 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: 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-22T19:17:11.777 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-22T19:17:11.777 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-22T19:17:11.777 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-22T19:17:11.777 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-22T19:17:11.777 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:11 smithi186 bash[62090]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-22T19:17:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:10.288317+0000 mgr.smithi012.uvcbek (mgr.14744) 190 : cluster [DBG] pgmap v140: 129 pgs: 3 active+undersized+degraded, 5 peering, 12 stale+active+clean, 3 active+undersized, 106 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 15/1410 objects degraded (1.064%) 2024-02-22T19:17:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:10.768909+0000 mon.smithi012 (mon.0) 437 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-22T19:17:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:10.768989+0000 mon.smithi012 (mon.0) 438 : cluster [WRN] Health check failed: Degraded data redundancy: 15/1410 objects degraded (1.064%), 3 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:12.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:10.288317+0000 mgr.smithi012.uvcbek (mgr.14744) 190 : cluster [DBG] pgmap v140: 129 pgs: 3 active+undersized+degraded, 5 peering, 12 stale+active+clean, 3 active+undersized, 106 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 15/1410 objects degraded (1.064%) 2024-02-22T19:17:12.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:10.768909+0000 mon.smithi012 (mon.0) 437 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-22T19:17:12.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:10.768989+0000 mon.smithi012 (mon.0) 438 : cluster [WRN] Health check failed: Degraded data redundancy: 15/1410 objects degraded (1.064%), 3 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:12.290 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:12.879 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:17:12.793+0000 7f36e4664700 1 -- 172.21.15.186:0/4130487041 <== mon.1 v2:172.21.15.186:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560e92b44680 con 0x560e92b0b000 2024-02-22T19:17:12.880 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:12 smithi186 bash[62353]: 5ead052d91063c31b7be1964ed03709657c7693aff71e1ba812c119b2ea303d8 2024-02-22T19:17:12.880 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:12 smithi186 systemd[1]: Started Ceph osd.5 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:17:13.625 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:17:13.308+0000 7f36ec0f2380 -1 Falling back to public interface 2024-02-22T19:17:14.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:12.289110+0000 mgr.smithi012.uvcbek (mgr.14744) 191 : cluster [DBG] pgmap v141: 129 pgs: 16 active+undersized+degraded, 5 peering, 4 stale+active+clean, 17 active+undersized, 87 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 102/1410 objects degraded (7.234%) 2024-02-22T19:17:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:12.922636+0000 mon.smithi012 (mon.0) 439 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:14.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:12.923605+0000 mon.smithi012 (mon.0) 440 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:14.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:12.289110+0000 mgr.smithi012.uvcbek (mgr.14744) 191 : cluster [DBG] pgmap v141: 129 pgs: 16 active+undersized+degraded, 5 peering, 4 stale+active+clean, 17 active+undersized, 87 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 102/1410 objects degraded (7.234%) 2024-02-22T19:17:14.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:12.922636+0000 mon.smithi012 (mon.0) 439 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:14.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:12.923605+0000 mon.smithi012 (mon.0) 440 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:16.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:14.289775+0000 mgr.smithi012.uvcbek (mgr.14744) 192 : cluster [DBG] pgmap v142: 129 pgs: 22 active+undersized+degraded, 5 peering, 18 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 146/1410 objects degraded (10.355%) 2024-02-22T19:17:16.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:15.416426+0000 mon.smithi012 (mon.0) 441 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:16.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:14.289775+0000 mgr.smithi012.uvcbek (mgr.14744) 192 : cluster [DBG] pgmap v142: 129 pgs: 22 active+undersized+degraded, 5 peering, 18 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 146/1410 objects degraded (10.355%) 2024-02-22T19:17:16.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:15.416426+0000 mon.smithi012 (mon.0) 441 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:17.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:16.925979+0000 mon.smithi012 (mon.0) 442 : cluster [WRN] Health check update: Degraded data redundancy: 166/1410 objects degraded (11.773%), 24 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:17.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:16.926038+0000 mon.smithi012 (mon.0) 443 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-22T19:17:17.345 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:17.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:16.925979+0000 mon.smithi012 (mon.0) 442 : cluster [WRN] Health check update: Degraded data redundancy: 166/1410 objects degraded (11.773%), 24 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:17.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:16.926038+0000 mon.smithi012 (mon.0) 443 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-02-22T19:17:18.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:16.290463+0000 mgr.smithi012.uvcbek (mgr.14744) 193 : cluster [DBG] pgmap v143: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 166/1410 objects degraded (11.773%) 2024-02-22T19:17:18.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.698689+0000 mon.smithi012 (mon.0) 444 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:18.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.699669+0000 mon.smithi012 (mon.0) 445 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:18.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.700551+0000 mon.smithi012 (mon.0) 446 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:17:18.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.705146+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:18.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.711114+0000 mon.smithi012 (mon.0) 448 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:18.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.714567+0000 mon.smithi012 (mon.0) 449 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:18.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.717005+0000 mon.smithi012 (mon.0) 450 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:18.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.718376+0000 mon.smithi012 (mon.0) 451 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:18.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.719710+0000 mon.smithi012 (mon.0) 452 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:18.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.721185+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:18.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.967465+0000 mon.smithi186 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/3451282163,v1:172.21.15.186:6809/3451282163]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:17:18.357 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.968096+0000 mon.smithi012 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:17:17.963+0000 7f36ec0f2380 -1 osd.5 95 log_to_monitors {default=true} 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:16.290463+0000 mgr.smithi012.uvcbek (mgr.14744) 193 : cluster [DBG] pgmap v143: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 166/1410 objects degraded (11.773%) 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.698689+0000 mon.smithi012 (mon.0) 444 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.699669+0000 mon.smithi012 (mon.0) 445 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.700551+0000 mon.smithi012 (mon.0) 446 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.705146+0000 mon.smithi012 (mon.0) 447 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.711114+0000 mon.smithi012 (mon.0) 448 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.714567+0000 mon.smithi012 (mon.0) 449 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.717005+0000 mon.smithi012 (mon.0) 450 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.718376+0000 mon.smithi012 (mon.0) 451 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.719710+0000 mon.smithi012 (mon.0) 452 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.721185+0000 mon.smithi012 (mon.0) 453 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:18.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.967465+0000 mon.smithi186 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/3451282163,v1:172.21.15.186:6809/3451282163]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:17:18.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.968096+0000 mon.smithi012 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-22T19:17:18.988 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:17:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:17:18.729+0000 7f36dd5d9700 -1 osd.5 95 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:17:19.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:17.721363+0000 mgr.smithi012.uvcbek (mgr.14744) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:19.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:17.722284+0000 mgr.smithi012.uvcbek (mgr.14744) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-22T19:17:19.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:18.715234+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-22T19:17:19.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:18.715307+0000 mon.smithi012 (mon.0) 456 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-22T19:17:19.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:18.715901+0000 mon.smithi186 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/3451282163,v1:172.21.15.186:6809/3451282163]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:19.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:18.716241+0000 mon.smithi012 (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=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:19.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:17.721363+0000 mgr.smithi012.uvcbek (mgr.14744) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:19.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:17.722284+0000 mgr.smithi012.uvcbek (mgr.14744) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-22T19:17:19.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:18.715234+0000 mon.smithi012 (mon.0) 455 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-22T19:17:19.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:18.715307+0000 mon.smithi012 (mon.0) 456 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-22T19:17:19.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:18.715901+0000 mon.smithi186 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.186:6808/3451282163,v1:172.21.15.186:6809/3451282163]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:19.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:18.716241+0000 mon.smithi012 (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=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:20.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:18.291141+0000 mgr.smithi012.uvcbek (mgr.14744) 196 : cluster [DBG] pgmap v144: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 166/1410 objects degraded (11.773%) 2024-02-22T19:17:20.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:19.711944+0000 mon.smithi012 (mon.0) 458 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:17:20.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:19.717213+0000 mon.smithi012 (mon.0) 459 : cluster [INF] osd.5 [v2:172.21.15.186:6808/3451282163,v1:172.21.15.186:6809/3451282163] boot 2024-02-22T19:17:20.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:19.717263+0000 mon.smithi012 (mon.0) 460 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-02-22T19:17:20.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:19.717462+0000 mon.smithi012 (mon.0) 461 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:17:20.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:18.291141+0000 mgr.smithi012.uvcbek (mgr.14744) 196 : cluster [DBG] pgmap v144: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 166/1410 objects degraded (11.773%) 2024-02-22T19:17:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:19.711944+0000 mon.smithi012 (mon.0) 458 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:17:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:19.717213+0000 mon.smithi012 (mon.0) 459 : cluster [INF] osd.5 [v2:172.21.15.186:6808/3451282163,v1:172.21.15.186:6809/3451282163] boot 2024-02-22T19:17:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:19.717263+0000 mon.smithi012 (mon.0) 460 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-02-22T19:17:20.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:19.717462+0000 mon.smithi012 (mon.0) 461 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-22T19:17:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:20.291718+0000 mgr.smithi012.uvcbek (mgr.14744) 197 : cluster [DBG] pgmap v147: 129 pgs: 2 peering, 24 active+undersized+degraded, 19 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 166/1410 objects degraded (11.773%) 2024-02-22T19:17:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:20.580186+0000 mon.smithi012 (mon.0) 462 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:20.721508+0000 mon.smithi012 (mon.0) 463 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-02-22T19:17:21.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:20.291718+0000 mgr.smithi012.uvcbek (mgr.14744) 197 : cluster [DBG] pgmap v147: 129 pgs: 2 peering, 24 active+undersized+degraded, 19 active+undersized, 84 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 166/1410 objects degraded (11.773%) 2024-02-22T19:17:21.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:20.580186+0000 mon.smithi012 (mon.0) 462 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:21.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:20.721508+0000 mon.smithi012 (mon.0) 463 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-02-22T19:17:22.386 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:22.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:22.579750+0000 mon.smithi012 (mon.0) 464 : cluster [WRN] Health check update: Degraded data redundancy: 102/1410 objects degraded (7.234%), 15 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:23.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:22.579750+0000 mon.smithi012 (mon.0) 464 : cluster [WRN] Health check update: Degraded data redundancy: 102/1410 objects degraded (7.234%), 15 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:23.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:22.292582+0000 mgr.smithi012.uvcbek (mgr.14744) 198 : cluster [DBG] pgmap v149: 129 pgs: 8 peering, 15 active+undersized+degraded, 9 active+undersized, 97 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 102/1410 objects degraded (7.234%) 2024-02-22T19:17:23.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:22.292582+0000 mgr.smithi012.uvcbek (mgr.14744) 198 : cluster [DBG] pgmap v149: 129 pgs: 8 peering, 15 active+undersized+degraded, 9 active+undersized, 97 active+clean; 315 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 102/1410 objects degraded (7.234%) 2024-02-22T19:17:25.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:24.293356+0000 mgr.smithi012.uvcbek (mgr.14744) 199 : cluster [DBG] pgmap v150: 129 pgs: 8 peering, 2 active+undersized+degraded, 2 active+undersized, 117 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 20/1410 objects degraded (1.418%) 2024-02-22T19:17:26.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:24.293356+0000 mgr.smithi012.uvcbek (mgr.14744) 199 : cluster [DBG] pgmap v150: 129 pgs: 8 peering, 2 active+undersized+degraded, 2 active+undersized, 117 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 20/1410 objects degraded (1.418%) 2024-02-22T19:17:27.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:26.637640+0000 mon.smithi012 (mon.0) 465 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/1410 objects degraded (1.418%), 2 pgs degraded) 2024-02-22T19:17:27.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:26 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:26.637697+0000 mon.smithi012 (mon.0) 466 : cluster [INF] Cluster is now healthy 2024-02-22T19:17:27.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:26.637640+0000 mon.smithi012 (mon.0) 465 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/1410 objects degraded (1.418%), 2 pgs degraded) 2024-02-22T19:17:27.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:26 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:26.637697+0000 mon.smithi012 (mon.0) 466 : cluster [INF] Cluster is now healthy 2024-02-22T19:17:27.425 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:28.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:26.294059+0000 mgr.smithi012.uvcbek (mgr.14744) 200 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s 2024-02-22T19:17:28.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:26.294059+0000 mgr.smithi012.uvcbek (mgr.14744) 200 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s 2024-02-22T19:17:30.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:28.294489+0000 mgr.smithi012.uvcbek (mgr.14744) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 238 B/s wr, 0 op/s 2024-02-22T19:17:30.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:28.294489+0000 mgr.smithi012.uvcbek (mgr.14744) 201 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 238 B/s wr, 0 op/s 2024-02-22T19:17:31.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:30.295112+0000 mgr.smithi012.uvcbek (mgr.14744) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:17:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:30.416869+0000 mon.smithi012 (mon.0) 467 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:30.592500+0000 mon.smithi012 (mon.0) 468 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:30.295112+0000 mgr.smithi012.uvcbek (mgr.14744) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:17:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:30.416869+0000 mon.smithi012 (mon.0) 467 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:30.592500+0000 mon.smithi012 (mon.0) 468 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:32.107 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:17:32.466 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:32.707 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:17:32.707 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (11m) 73s ago 13m 21.4M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (3m) 73s ago 13m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (3m) 15s ago 12m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (11m) 73s ago 12m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (7m) 73s ago 7m 43.0M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (7m) 15s ago 7m 14.1M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (4m) 73s ago 14m 438M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (3m) 15s ago 11m 386M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (3m) 73s ago 14m 50.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (3m) 15s ago 11m 52.1M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (4m) 73s ago 4m 78.4M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (4m) 15s ago 4m 79.4M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (12m) 73s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:17:32.708 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (11m) 15s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (2m) 73s ago 11m 114M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (2m) 73s ago 10m 97.8M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (111s) 73s ago 10m 82.9M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (80s) 73s ago 10m 11.6M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (49s) 15s ago 9m 116M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (20s) 15s ago 9m 12.6M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (9m) 15s ago 9m 313M 2712M 16.2.5 6933c2a0b7dd 0585fc6aad0a 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (8m) 15s ago 8m 464M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:17:32.709 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (4m) 73s ago 12m 60.5M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:17:33.066 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 6, 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 10, 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:17:33.067 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:17:33.366 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "12/23 daemons upgraded", 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading osd daemons", 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:17:33.367 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:32.094888+0000 mgr.smithi012.uvcbek (mgr.14744) 203 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:32.295608+0000 mgr.smithi012.uvcbek (mgr.14744) 204 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 265 B/s wr, 0 op/s 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:32.399257+0000 mgr.smithi012.uvcbek (mgr.14744) 205 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:32.698365+0000 mgr.smithi012.uvcbek (mgr.14744) 206 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:32.736928+0000 mon.smithi012 (mon.0) 469 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:32.737070+0000 mgr.smithi012.uvcbek (mgr.14744) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:32.737908+0000 mgr.smithi012.uvcbek (mgr.14744) 208 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-22T19:17:33.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:33.065925+0000 mon.smithi012 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.12:0/2256378431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:32.094888+0000 mgr.smithi012.uvcbek (mgr.14744) 203 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:32.295608+0000 mgr.smithi012.uvcbek (mgr.14744) 204 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 265 B/s wr, 0 op/s 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:32.399257+0000 mgr.smithi012.uvcbek (mgr.14744) 205 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:32.698365+0000 mgr.smithi012.uvcbek (mgr.14744) 206 : audit [DBG] from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:32.736928+0000 mon.smithi012 (mon.0) 469 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:32.737070+0000 mgr.smithi012.uvcbek (mgr.14744) 207 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:32.737908+0000 mgr.smithi012.uvcbek (mgr.14744) 208 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-22T19:17:33.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:33.065925+0000 mon.smithi012 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.12:0/2256378431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:34.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:33.366387+0000 mgr.smithi012.uvcbek (mgr.14744) 209 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:34.193810+0000 mon.smithi012 (mon.0) 471 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:34.194830+0000 mon.smithi012 (mon.0) 472 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-22T19:17:34.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:34 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:34.195678+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:34.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:33.366387+0000 mgr.smithi012.uvcbek (mgr.14744) 209 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:17:34.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:34.193810+0000 mon.smithi012 (mon.0) 471 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:34.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:34.194830+0000 mon.smithi012 (mon.0) 472 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-22T19:17:34.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:34 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:34.195678+0000 mon.smithi012 (mon.0) 473 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:35.540 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:34.188652+0000 mgr.smithi012.uvcbek (mgr.14744) 210 : cephadm [INF] Upgrade: Updating osd.6 2024-02-22T19:17:35.541 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:34.197038+0000 mgr.smithi012.uvcbek (mgr.14744) 211 : cephadm [INF] Deploying daemon osd.6 on smithi186 2024-02-22T19:17:35.541 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:34.296104+0000 mgr.smithi012.uvcbek (mgr.14744) 212 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:17:35.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:34.188652+0000 mgr.smithi012.uvcbek (mgr.14744) 210 : cephadm [INF] Upgrade: Updating osd.6 2024-02-22T19:17:35.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:34.197038+0000 mgr.smithi012.uvcbek (mgr.14744) 211 : cephadm [INF] Deploying daemon osd.6 on smithi186 2024-02-22T19:17:35.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:34.296104+0000 mgr.smithi012.uvcbek (mgr.14744) 212 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:17:37.150 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:37 smithi186 systemd[1]: Stopping Ceph osd.6 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:17:37.430 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6[46646]: debug 2024-02-22T19:17:37.147+0000 7f5b9d0b9700 -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-22T19:17:37.430 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6[46646]: debug 2024-02-22T19:17:37.147+0000 7f5b9d0b9700 -1 osd.6 100 *** Got signal Terminated *** 2024-02-22T19:17:37.430 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6[46646]: debug 2024-02-22T19:17:37.147+0000 7f5b9d0b9700 -1 osd.6 100 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:17:37.510 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:37.728 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:37 smithi186 bash[63695]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:36.296740+0000 mgr.smithi012.uvcbek (mgr.14744) 213 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.409762+0000 mon.smithi012 (mon.0) 474 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.409824+0000 mon.smithi012 (mon.0) 475 : cluster [INF] osd.6 failed (root=default,host=smithi186) (connection refused reported by osd.7) 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410055+0000 mon.smithi012 (mon.0) 476 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410112+0000 mon.smithi012 (mon.0) 477 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410231+0000 mon.smithi012 (mon.0) 478 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410281+0000 mon.smithi012 (mon.0) 479 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410401+0000 mon.smithi012 (mon.0) 480 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410495+0000 mon.smithi012 (mon.0) 481 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410640+0000 mon.smithi012 (mon.0) 482 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410688+0000 mon.smithi012 (mon.0) 483 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410839+0000 mon.smithi012 (mon.0) 484 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.410889+0000 mon.smithi012 (mon.0) 485 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.411055+0000 mon.smithi012 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-22T19:17:37.729 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.411194+0000 mon.smithi012 (mon.0) 487 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-22T19:17:37.730 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.411279+0000 mon.smithi012 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:36.296740+0000 mgr.smithi012.uvcbek (mgr.14744) 213 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.409762+0000 mon.smithi012 (mon.0) 474 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.409824+0000 mon.smithi012 (mon.0) 475 : cluster [INF] osd.6 failed (root=default,host=smithi186) (connection refused reported by osd.7) 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410055+0000 mon.smithi012 (mon.0) 476 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410112+0000 mon.smithi012 (mon.0) 477 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410231+0000 mon.smithi012 (mon.0) 478 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410281+0000 mon.smithi012 (mon.0) 479 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410401+0000 mon.smithi012 (mon.0) 480 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410495+0000 mon.smithi012 (mon.0) 481 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410640+0000 mon.smithi012 (mon.0) 482 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-22T19:17:37.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410688+0000 mon.smithi012 (mon.0) 483 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-22T19:17:37.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410839+0000 mon.smithi012 (mon.0) 484 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-22T19:17:37.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.410889+0000 mon.smithi012 (mon.0) 485 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-22T19:17:37.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.411055+0000 mon.smithi012 (mon.0) 486 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-22T19:17:37.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.411194+0000 mon.smithi012 (mon.0) 487 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-22T19:17:37.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.411279+0000 mon.smithi012 (mon.0) 488 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-22T19:17:38.038 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:37 smithi186 bash[63749]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6 2024-02-22T19:17:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.424073+0000 mon.smithi012 (mon.0) 489 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:17:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:37.428675+0000 mon.smithi012 (mon.0) 490 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-22T19:17:38.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:38.430869+0000 mon.smithi012 (mon.0) 491 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-22T19:17:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.424073+0000 mon.smithi012 (mon.0) 489 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:17:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:37.428675+0000 mon.smithi012 (mon.0) 490 : cluster [DBG] osdmap e101: 8 total, 7 up, 8 in 2024-02-22T19:17:38.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:38.430869+0000 mon.smithi012 (mon.0) 491 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-22T19:17:39.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:38.297159+0000 mgr.smithi012.uvcbek (mgr.14744) 214 : cluster [DBG] pgmap v158: 129 pgs: 13 stale+active+clean, 116 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:17:39.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:38.297159+0000 mgr.smithi012.uvcbek (mgr.14744) 214 : cluster [DBG] pgmap v158: 129 pgs: 13 stale+active+clean, 116 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-22T19:17:40.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:39 smithi186 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.6.service: Succeeded. 2024-02-22T19:17:40.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:39 smithi186 systemd[1]: Stopped Ceph osd.6 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:17:40.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:39 smithi186 systemd[1]: Starting Ceph osd.6 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:17:40.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:40.444403+0000 mon.smithi012 (mon.0) 492 : cluster [WRN] Health check failed: Degraded data redundancy: 106/1410 objects degraded (7.518%), 16 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:40.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:40.444403+0000 mon.smithi012 (mon.0) 492 : cluster [WRN] Health check failed: Degraded data redundancy: 106/1410 objects degraded (7.518%), 16 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: 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-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-22T19:17:41.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:40 smithi186 bash[64011]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-22T19:17:41.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:40.298076+0000 mgr.smithi012.uvcbek (mgr.14744) 215 : cluster [DBG] pgmap v160: 129 pgs: 16 active+undersized+degraded, 2 stale+active+clean, 16 active+undersized, 95 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 106/1410 objects degraded (7.518%) 2024-02-22T19:17:41.914 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:40.298076+0000 mgr.smithi012.uvcbek (mgr.14744) 215 : cluster [DBG] pgmap v160: 129 pgs: 16 active+undersized+degraded, 2 stale+active+clean, 16 active+undersized, 95 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 106/1410 objects degraded (7.518%) 2024-02-22T19:17:42.428 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:17:42.047+0000 7f569fe37700 1 -- 172.21.15.186:0/713419045 <== mon.1 v2:172.21.15.186:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b08b390680 con 0x55b08b357400 2024-02-22T19:17:42.429 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:42 smithi186 bash[64246]: 0e0d9b968a1f3d7e7f896df81cb5907b005e115de50aabfc0de22e7b4a6a5a09 2024-02-22T19:17:42.429 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:42 smithi186 systemd[1]: Started Ceph osd.6 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:17:42.551 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:42.849 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:17:42.562+0000 7f56a78c5380 -1 Falling back to public interface 2024-02-22T19:17:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:42.168202+0000 mon.smithi012 (mon.0) 493 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:42.169155+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:42.298784+0000 mgr.smithi012.uvcbek (mgr.14744) 216 : cluster [DBG] pgmap v161: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:43.513 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:42.168202+0000 mon.smithi012 (mon.0) 493 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:43.513 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:42.169155+0000 mon.smithi012 (mon.0) 494 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:43.513 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:42.298784+0000 mgr.smithi012.uvcbek (mgr.14744) 216 : cluster [DBG] pgmap v161: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:45.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:44.299479+0000 mgr.smithi012.uvcbek (mgr.14744) 217 : cluster [DBG] pgmap v162: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:45.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:44.299479+0000 mgr.smithi012.uvcbek (mgr.14744) 217 : cluster [DBG] pgmap v162: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:46.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.416765+0000 mon.smithi012 (mon.0) 495 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.892714+0000 mon.smithi012 (mon.0) 496 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.893643+0000 mon.smithi012 (mon.0) 497 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:46.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.894555+0000 mon.smithi012 (mon.0) 498 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:17:46.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.899020+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.905419+0000 mon.smithi012 (mon.0) 500 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.909100+0000 mon.smithi012 (mon.0) 501 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.911633+0000 mon.smithi012 (mon.0) 502 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.913114+0000 mon.smithi012 (mon.0) 503 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.914500+0000 mon.smithi012 (mon.0) 504 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.915998+0000 mon.smithi012 (mon.0) 505 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:45.916169+0000 mgr.smithi012.uvcbek (mgr.14744) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:17:46.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:17:45.916970+0000 mgr.smithi012.uvcbek (mgr.14744) 219 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-22T19:17:46.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.416765+0000 mon.smithi012 (mon.0) 495 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.892714+0000 mon.smithi012 (mon.0) 496 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.893643+0000 mon.smithi012 (mon.0) 497 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.894555+0000 mon.smithi012 (mon.0) 498 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.899020+0000 mon.smithi012 (mon.0) 499 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.905419+0000 mon.smithi012 (mon.0) 500 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.909100+0000 mon.smithi012 (mon.0) 501 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.911633+0000 mon.smithi012 (mon.0) 502 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.913114+0000 mon.smithi012 (mon.0) 503 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.914500+0000 mon.smithi012 (mon.0) 504 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.915998+0000 mon.smithi012 (mon.0) 505 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:45.916169+0000 mgr.smithi012.uvcbek (mgr.14744) 218 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:17:46.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:17:45.916970+0000 mgr.smithi012.uvcbek (mgr.14744) 219 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-22T19:17:47.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:17:46.845+0000 7f56a78c5380 -1 osd.6 100 log_to_monitors {default=true} 2024-02-22T19:17:47.588 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:47.678 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:17:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:17:47.440+0000 7f569a5af700 -1 osd.6 100 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:17:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:46.300205+0000 mgr.smithi012.uvcbek (mgr.14744) 220 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 115 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:46.849675+0000 mon.smithi186 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/49860452,v1:172.21.15.186:6817/49860452]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:17:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:46.850184+0000 mon.smithi012 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:17:47.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:47.337824+0000 mon.smithi012 (mon.0) 507 : cluster [WRN] Health check update: Degraded data redundancy: 153/1410 objects degraded (10.851%), 23 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:47.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:46.300205+0000 mgr.smithi012.uvcbek (mgr.14744) 220 : cluster [DBG] pgmap v163: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 115 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:47.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:46.849675+0000 mon.smithi186 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/49860452,v1:172.21.15.186:6817/49860452]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:17:47.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:46.850184+0000 mon.smithi012 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-22T19:17:47.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:47.337824+0000 mon.smithi012 (mon.0) 507 : cluster [WRN] Health check update: Degraded data redundancy: 153/1410 objects degraded (10.851%), 23 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:47.421285+0000 mon.smithi012 (mon.0) 508 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-22T19:17:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:47.421348+0000 mon.smithi012 (mon.0) 509 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-22T19:17:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:47.426433+0000 mon.smithi186 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/49860452,v1:172.21.15.186:6817/49860452]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:48.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:47.429318+0000 mon.smithi012 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:48.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:47.421285+0000 mon.smithi012 (mon.0) 508 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-22T19:17:48.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:47.421348+0000 mon.smithi012 (mon.0) 509 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-22T19:17:48.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:47.426433+0000 mon.smithi186 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.186:6816/49860452,v1:172.21.15.186:6817/49860452]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:48.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:47.429318+0000 mon.smithi012 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:17:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:48.300782+0000 mgr.smithi012.uvcbek (mgr.14744) 221 : cluster [DBG] pgmap v165: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:48.427380+0000 mon.smithi012 (mon.0) 511 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:17:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:48.435033+0000 mon.smithi012 (mon.0) 512 : cluster [INF] osd.6 [v2:172.21.15.186:6816/49860452,v1:172.21.15.186:6817/49860452] boot 2024-02-22T19:17:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:48.435121+0000 mon.smithi012 (mon.0) 513 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-02-22T19:17:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:48.436299+0000 mon.smithi012 (mon.0) 514 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:17:49.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:48.300782+0000 mgr.smithi012.uvcbek (mgr.14744) 221 : cluster [DBG] pgmap v165: 129 pgs: 23 active+undersized+degraded, 20 active+undersized, 86 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 207 B/s wr, 0 op/s; 153/1410 objects degraded (10.851%) 2024-02-22T19:17:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:48.427380+0000 mon.smithi012 (mon.0) 511 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:17:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:48.435033+0000 mon.smithi012 (mon.0) 512 : cluster [INF] osd.6 [v2:172.21.15.186:6816/49860452,v1:172.21.15.186:6817/49860452] boot 2024-02-22T19:17:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:48.435121+0000 mon.smithi012 (mon.0) 513 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-02-22T19:17:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:48.436299+0000 mon.smithi012 (mon.0) 514 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-22T19:17:50.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:50 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:49.435792+0000 mon.smithi012 (mon.0) 515 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-02-22T19:17:50.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:49.435792+0000 mon.smithi012 (mon.0) 515 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-02-22T19:17:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:50.301411+0000 mgr.smithi012.uvcbek (mgr.14744) 222 : cluster [DBG] pgmap v168: 129 pgs: 12 peering, 13 active+undersized+degraded, 9 active+undersized, 95 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 81/1410 objects degraded (5.745%) 2024-02-22T19:17:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:17:50.608790+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:52.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:50.301411+0000 mgr.smithi012.uvcbek (mgr.14744) 222 : cluster [DBG] pgmap v168: 129 pgs: 12 peering, 13 active+undersized+degraded, 9 active+undersized, 95 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 81/1410 objects degraded (5.745%) 2024-02-22T19:17:52.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:17:50.608790+0000 mon.smithi012 (mon.0) 516 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:17:52.618 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:52.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:52.339583+0000 mon.smithi012 (mon.0) 517 : cluster [WRN] Health check update: Degraded data redundancy: 81/1410 objects degraded (5.745%), 13 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:53.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:52.339583+0000 mon.smithi012 (mon.0) 517 : cluster [WRN] Health check update: Degraded data redundancy: 81/1410 objects degraded (5.745%), 13 pgs degraded (PG_DEGRADED) 2024-02-22T19:17:53.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:52.302053+0000 mgr.smithi012.uvcbek (mgr.14744) 223 : cluster [DBG] pgmap v169: 129 pgs: 12 peering, 8 active+undersized+degraded, 5 active+undersized, 104 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 40/1410 objects degraded (2.837%) 2024-02-22T19:17:53.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:52.302053+0000 mgr.smithi012.uvcbek (mgr.14744) 223 : cluster [DBG] pgmap v169: 129 pgs: 12 peering, 8 active+undersized+degraded, 5 active+undersized, 104 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 40/1410 objects degraded (2.837%) 2024-02-22T19:17:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:54.615637+0000 mon.smithi012 (mon.0) 518 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/1410 objects degraded (2.837%), 8 pgs degraded) 2024-02-22T19:17:54.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:54.615669+0000 mon.smithi012 (mon.0) 519 : cluster [INF] Cluster is now healthy 2024-02-22T19:17:55.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:54.615637+0000 mon.smithi012 (mon.0) 518 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/1410 objects degraded (2.837%), 8 pgs degraded) 2024-02-22T19:17:55.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:54.615669+0000 mon.smithi012 (mon.0) 519 : cluster [INF] Cluster is now healthy 2024-02-22T19:17:55.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:54.302651+0000 mgr.smithi012.uvcbek (mgr.14744) 224 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 297 B/s rd, 148 B/s wr, 0 op/s 2024-02-22T19:17:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:54.302651+0000 mgr.smithi012.uvcbek (mgr.14744) 224 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 297 B/s rd, 148 B/s wr, 0 op/s 2024-02-22T19:17:57.661 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:17:57.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:56.303325+0000 mgr.smithi012.uvcbek (mgr.14744) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-22T19:17:58.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:56.303325+0000 mgr.smithi012.uvcbek (mgr.14744) 225 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-22T19:17:59.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:17:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:17:58.303916+0000 mgr.smithi012.uvcbek (mgr.14744) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 207 B/s rd, 207 B/s wr, 0 op/s 2024-02-22T19:18:00.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:17:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:17:58.303916+0000 mgr.smithi012.uvcbek (mgr.14744) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 207 B/s rd, 207 B/s wr, 0 op/s 2024-02-22T19:18:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:00.304745+0000 mgr.smithi012.uvcbek (mgr.14744) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-02-22T19:18:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:00.417631+0000 mon.smithi012 (mon.0) 520 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:00.621670+0000 mon.smithi012 (mon.0) 521 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:00.932235+0000 mon.smithi012 (mon.0) 522 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:18:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:00.932480+0000 mgr.smithi012.uvcbek (mgr.14744) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:18:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:00.933708+0000 mgr.smithi012.uvcbek (mgr.14744) 229 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-22T19:18:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:00.304745+0000 mgr.smithi012.uvcbek (mgr.14744) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-02-22T19:18:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:00.417631+0000 mon.smithi012 (mon.0) 520 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:00.621670+0000 mon.smithi012 (mon.0) 521 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:00.932235+0000 mon.smithi012 (mon.0) 522 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:18:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:00.932480+0000 mgr.smithi012.uvcbek (mgr.14744) 228 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-22T19:18:01.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:00.933708+0000 mgr.smithi012.uvcbek (mgr.14744) 229 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-22T19:18:02.697 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:03.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:02.305333+0000 mgr.smithi012.uvcbek (mgr.14744) 230 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:18:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:02.424728+0000 mgr.smithi012.uvcbek (mgr.14744) 231 : cephadm [INF] Upgrade: Updating osd.7 2024-02-22T19:18:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:02.428773+0000 mon.smithi012 (mon.0) 523 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:02.429629+0000 mon.smithi012 (mon.0) 524 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-22T19:18:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:02.430401+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:02.431803+0000 mgr.smithi012.uvcbek (mgr.14744) 232 : cephadm [INF] Deploying daemon osd.7 on smithi186 2024-02-22T19:18:03.699 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:18:03.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:02.305333+0000 mgr.smithi012.uvcbek (mgr.14744) 230 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:18:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:02.424728+0000 mgr.smithi012.uvcbek (mgr.14744) 231 : cephadm [INF] Upgrade: Updating osd.7 2024-02-22T19:18:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:02.428773+0000 mon.smithi012 (mon.0) 523 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:02.429629+0000 mon.smithi012 (mon.0) 524 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-22T19:18:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:02.430401+0000 mon.smithi012 (mon.0) 525 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:03.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:02.431803+0000 mgr.smithi012.uvcbek (mgr.14744) 232 : cephadm [INF] Deploying daemon osd.7 on smithi186 2024-02-22T19:18:04.299 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (11m) 104s ago 13m 21.4M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (3m) 104s ago 13m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (3m) 18s ago 12m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (11m) 104s ago 13m 31.4M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (7m) 104s ago 7m 43.0M - 16.2.5 6933c2a0b7dd aa91a65ebbc3 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (7m) 18s ago 7m 14.2M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (4m) 104s ago 14m 438M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (4m) 18s ago 12m 386M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (4m) 104s ago 15m 50.4M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (3m) 18s ago 12m 57.5M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (5m) 104s ago 5m 78.4M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (5m) 18s ago 5m 79.5M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:18:04.300 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (13m) 104s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (12m) 18s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (3m) 104s ago 11m 114M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (2m) 104s ago 11m 97.8M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (2m) 104s ago 11m 82.9M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (112s) 104s ago 10m 11.6M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (80s) 18s ago 10m 116M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (51s) 18s ago 10m 113M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (22s) 18s ago 9m 13.0M 2712M 16.2.14-550-geb66ed92 7403d1862307 0e0d9b968a1f 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (9m) 18s ago 9m 465M 2712M 16.2.5 6933c2a0b7dd 7a4f24c9a259 2024-02-22T19:18:04.301 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (4m) 104s ago 12m 60.5M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:18:04.611 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:03.686901+0000 mgr.smithi012.uvcbek (mgr.14744) 233 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:04.612 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:03.991375+0000 mgr.smithi012.uvcbek (mgr.14744) 234 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:04.655 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:18:04.655 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:18:04.655 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:18:04.655 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 7, 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 11, 2024-02-22T19:18:04.656 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-22T19:18:04.657 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:18:04.657 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:18:04.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:03.686901+0000 mgr.smithi012.uvcbek (mgr.14744) 233 : audit [DBG] from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:04.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:03.991375+0000 mgr.smithi012.uvcbek (mgr.14744) 234 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "13/23 daemons upgraded", 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading osd daemons", 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:18:04.963 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:18:05.582 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:04.290271+0000 mgr.smithi012.uvcbek (mgr.14744) 235 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:05.582 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:04.305769+0000 mgr.smithi012.uvcbek (mgr.14744) 236 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:18:05.582 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:04.655505+0000 mon.smithi012 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.12:0/4115635324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:05.582 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:04.962670+0000 mgr.smithi012.uvcbek (mgr.14744) 237 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:05.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:04.290271+0000 mgr.smithi012.uvcbek (mgr.14744) 235 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:05.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:04.305769+0000 mgr.smithi012.uvcbek (mgr.14744) 236 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:18:05.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:04.655505+0000 mon.smithi012 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.12:0/4115635324' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:05.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:04.962670+0000 mgr.smithi012.uvcbek (mgr.14744) 237 : audit [DBG] from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:05.863 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:05 smithi186 systemd[1]: Stopping Ceph osd.7 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:18:06.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7[49536]: debug 2024-02-22T19:18:05.862+0000 7f5180471700 -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-22T19:18:06.180 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7[49536]: debug 2024-02-22T19:18:05.862+0000 7f5180471700 -1 osd.7 105 *** Got signal Terminated *** 2024-02-22T19:18:06.180 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7[49536]: debug 2024-02-22T19:18:05.862+0000 7f5180471700 -1 osd.7 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:18:06.656 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:06 smithi186 bash[65574]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.148996+0000 mon.smithi012 (mon.0) 527 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.149050+0000 mon.smithi012 (mon.0) 528 : cluster [INF] osd.7 failed (root=default,host=smithi186) (connection refused reported by osd.4) 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.149284+0000 mon.smithi012 (mon.0) 529 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.149430+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.149546+0000 mon.smithi012 (mon.0) 531 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.149640+0000 mon.smithi012 (mon.0) 532 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.149750+0000 mon.smithi012 (mon.0) 533 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.149895+0000 mon.smithi012 (mon.0) 534 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.150008+0000 mon.smithi012 (mon.0) 535 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.150123+0000 mon.smithi012 (mon.0) 536 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.150210+0000 mon.smithi012 (mon.0) 537 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.150312+0000 mon.smithi012 (mon.0) 538 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.150448+0000 mon.smithi012 (mon.0) 539 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.150611+0000 mon.smithi012 (mon.0) 540 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-22T19:18:06.657 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.150807+0000 mon.smithi012 (mon.0) 541 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-22T19:18:06.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.148996+0000 mon.smithi012 (mon.0) 527 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.149050+0000 mon.smithi012 (mon.0) 528 : cluster [INF] osd.7 failed (root=default,host=smithi186) (connection refused reported by osd.4) 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.149284+0000 mon.smithi012 (mon.0) 529 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.149430+0000 mon.smithi012 (mon.0) 530 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.149546+0000 mon.smithi012 (mon.0) 531 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.149640+0000 mon.smithi012 (mon.0) 532 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.149750+0000 mon.smithi012 (mon.0) 533 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.149895+0000 mon.smithi012 (mon.0) 534 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.150008+0000 mon.smithi012 (mon.0) 535 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.150123+0000 mon.smithi012 (mon.0) 536 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.150210+0000 mon.smithi012 (mon.0) 537 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.150312+0000 mon.smithi012 (mon.0) 538 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.150448+0000 mon.smithi012 (mon.0) 539 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.150611+0000 mon.smithi012 (mon.0) 540 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-22T19:18:06.835 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.150807+0000 mon.smithi012 (mon.0) 541 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-22T19:18:06.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:06 smithi186 bash[65628]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7" found: no such container 2024-02-22T19:18:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.306432+0000 mgr.smithi012.uvcbek (mgr.14744) 238 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:18:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.435032+0000 mon.smithi012 (mon.0) 542 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:18:07.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:06.443849+0000 mon.smithi012 (mon.0) 543 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-22T19:18:07.735 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:07.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.306432+0000 mgr.smithi012.uvcbek (mgr.14744) 238 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:18:07.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.435032+0000 mon.smithi012 (mon.0) 542 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-22T19:18:07.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:06.443849+0000 mon.smithi012 (mon.0) 543 : cluster [DBG] osdmap e106: 8 total, 7 up, 8 in 2024-02-22T19:18:08.311 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:08 smithi186 systemd[1]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.7.service: Succeeded. 2024-02-22T19:18:08.311 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:08 smithi186 systemd[1]: Stopped Ceph osd.7 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:18:08.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:07.452553+0000 mon.smithi012 (mon.0) 544 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-02-22T19:18:08.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:08 smithi186 systemd[1]: Starting Ceph osd.7 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:18:08.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:07.452553+0000 mon.smithi012 (mon.0) 544 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-02-22T19:18:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:08.307003+0000 mgr.smithi012.uvcbek (mgr.14744) 239 : cluster [DBG] pgmap v179: 129 pgs: 8 peering, 15 stale+active+clean, 106 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:18:09.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:08.446629+0000 mon.smithi012 (mon.0) 545 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: 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-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-22T19:18:09.680 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:09 smithi186 bash[65886]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-22T19:18:09.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:08.307003+0000 mgr.smithi012.uvcbek (mgr.14744) 239 : cluster [DBG] pgmap v179: 129 pgs: 8 peering, 15 stale+active+clean, 106 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-02-22T19:18:09.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:08.446629+0000 mon.smithi012 (mon.0) 545 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-22T19:18:10.658 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:10.453754+0000 mon.smithi012 (mon.0) 546 : cluster [WRN] Health check failed: Degraded data redundancy: 177/1410 objects degraded (12.553%), 24 pgs degraded (PG_DEGRADED) 2024-02-22T19:18:10.658 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:18:10.566+0000 7f2efc792700 1 -- 172.21.15.186:0/2458895748 <== mon.1 v2:172.21.15.186:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d6c96e4680 con 0x55d6c96ab400 2024-02-22T19:18:10.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:10.453754+0000 mon.smithi012 (mon.0) 546 : cluster [WRN] Health check failed: Degraded data redundancy: 177/1410 objects degraded (12.553%), 24 pgs degraded (PG_DEGRADED) 2024-02-22T19:18:10.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:10 smithi186 bash[66120]: a13c643e28ad2866ee2306e4e251eeba9fe329d7c92ae6b658bbfc54a2f4db1c 2024-02-22T19:18:10.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:10 smithi186 systemd[1]: Started Ceph osd.7 for e9b66754-d1b4-11ee-95bf-87774f69a715. 2024-02-22T19:18:11.407 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:18:11.081+0000 7f2f04220380 -1 Falling back to public interface 2024-02-22T19:18:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:10.307818+0000 mgr.smithi012.uvcbek (mgr.14744) 240 : cluster [DBG] pgmap v180: 129 pgs: 24 active+undersized+degraded, 8 peering, 2 stale+active+clean, 15 active+undersized, 80 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1410 objects degraded (12.553%) 2024-02-22T19:18:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:10.703384+0000 mon.smithi012 (mon.0) 547 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:10.704333+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:12.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:10.307818+0000 mgr.smithi012.uvcbek (mgr.14744) 240 : cluster [DBG] pgmap v180: 129 pgs: 24 active+undersized+degraded, 8 peering, 2 stale+active+clean, 15 active+undersized, 80 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1410 objects degraded (12.553%) 2024-02-22T19:18:12.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:10.703384+0000 mon.smithi012 (mon.0) 547 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:12.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:10.704333+0000 mon.smithi012 (mon.0) 548 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:12.779 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:13.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:12.308613+0000 mgr.smithi012.uvcbek (mgr.14744) 241 : cluster [DBG] pgmap v181: 129 pgs: 30 active+undersized+degraded, 8 peering, 18 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 198/1410 objects degraded (14.043%) 2024-02-22T19:18:14.011 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:12.308613+0000 mgr.smithi012.uvcbek (mgr.14744) 241 : cluster [DBG] pgmap v181: 129 pgs: 30 active+undersized+degraded, 8 peering, 18 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 198/1410 objects degraded (14.043%) 2024-02-22T19:18:15.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:14.309345+0000 mgr.smithi012.uvcbek (mgr.14744) 242 : cluster [DBG] pgmap v182: 129 pgs: 35 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 215/1410 objects degraded (15.248%) 2024-02-22T19:18:15.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.413274+0000 mon.smithi012 (mon.0) 549 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:14.706164+0000 mon.smithi012 (mon.0) 550 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.706841+0000 mon.smithi012 (mon.0) 551 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.709989+0000 mon.smithi012 (mon.0) 552 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.716821+0000 mon.smithi012 (mon.0) 553 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.725377+0000 mon.smithi012 (mon.0) 554 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.728905+0000 mon.smithi012 (mon.0) 555 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.731476+0000 mon.smithi012 (mon.0) 556 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.732884+0000 mon.smithi012 (mon.0) 557 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.734243+0000 mon.smithi012 (mon.0) 558 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.736163+0000 mon.smithi012 (mon.0) 559 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:14.736825+0000 mgr.smithi012.uvcbek (mgr.14744) 243 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.743045+0000 mon.smithi012 (mon.0) 560 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.743875+0000 mon.smithi012 (mon.0) 561 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.749806+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-22T19:18:15.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.750474+0000 mon.smithi012 (mon.0) 563 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.756440+0000 mon.smithi012 (mon.0) 564 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.757123+0000 mon.smithi012 (mon.0) 565 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.763061+0000 mon.smithi012 (mon.0) 566 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.763734+0000 mon.smithi012 (mon.0) 567 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.769555+0000 mon.smithi012 (mon.0) 568 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.770204+0000 mon.smithi012 (mon.0) 569 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.775773+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.776445+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.781981+0000 mon.smithi012 (mon.0) 572 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.782654+0000 mon.smithi012 (mon.0) 573 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.788220+0000 mon.smithi012 (mon.0) 574 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.788856+0000 mon.smithi012 (mon.0) 575 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.794257+0000 mon.smithi012 (mon.0) 576 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:14.796132+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi012.imtlqu"]}]: dispatch 2024-02-22T19:18:15.608 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:14.796684+0000 mgr.smithi012.uvcbek (mgr.14744) 244 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi012.imtlqu 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:14.309345+0000 mgr.smithi012.uvcbek (mgr.14744) 242 : cluster [DBG] pgmap v182: 129 pgs: 35 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 215/1410 objects degraded (15.248%) 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.413274+0000 mon.smithi012 (mon.0) 549 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:14.706164+0000 mon.smithi012 (mon.0) 550 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.706841+0000 mon.smithi012 (mon.0) 551 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.709989+0000 mon.smithi012 (mon.0) 552 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.716821+0000 mon.smithi012 (mon.0) 553 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.725377+0000 mon.smithi012 (mon.0) 554 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.728905+0000 mon.smithi012 (mon.0) 555 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.731476+0000 mon.smithi012 (mon.0) 556 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.732884+0000 mon.smithi012 (mon.0) 557 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.734243+0000 mon.smithi012 (mon.0) 558 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.736163+0000 mon.smithi012 (mon.0) 559 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:14.736825+0000 mgr.smithi012.uvcbek (mgr.14744) 243 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.743045+0000 mon.smithi012 (mon.0) 560 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.743875+0000 mon.smithi012 (mon.0) 561 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.749806+0000 mon.smithi012 (mon.0) 562 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.750474+0000 mon.smithi012 (mon.0) 563 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.756440+0000 mon.smithi012 (mon.0) 564 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.757123+0000 mon.smithi012 (mon.0) 565 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.763061+0000 mon.smithi012 (mon.0) 566 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.763734+0000 mon.smithi012 (mon.0) 567 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.769555+0000 mon.smithi012 (mon.0) 568 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.770204+0000 mon.smithi012 (mon.0) 569 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.775773+0000 mon.smithi012 (mon.0) 570 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.776445+0000 mon.smithi012 (mon.0) 571 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-22T19:18:15.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.781981+0000 mon.smithi012 (mon.0) 572 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-22T19:18:15.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.782654+0000 mon.smithi012 (mon.0) 573 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-22T19:18:15.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.788220+0000 mon.smithi012 (mon.0) 574 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-22T19:18:15.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.788856+0000 mon.smithi012 (mon.0) 575 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-22T19:18:15.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.794257+0000 mon.smithi012 (mon.0) 576 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-22T19:18:15.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:14.796132+0000 mon.smithi012 (mon.0) 577 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi012.imtlqu"]}]: dispatch 2024-02-22T19:18:15.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:14.796684+0000 mgr.smithi012.uvcbek (mgr.14744) 244 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi012.imtlqu 2024-02-22T19:18:16.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:18:15.891+0000 7f2f04220380 -1 osd.7 105 log_to_monitors {default=true} 2024-02-22T19:18:16.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:15.419827+0000 mon.smithi012 (mon.0) 578 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:16.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:15.895611+0000 mon.smithi186 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/3328354838,v1:172.21.15.186:6825/3328354838]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:18:16.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:15.895957+0000 mon.smithi012 (mon.0) 579 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:18:16.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:16.404141+0000 mon.smithi012 (mon.0) 580 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:16.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:16.404843+0000 mon.smithi012 (mon.0) 581 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi012.imtlqu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:18:16.834 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:16.405481+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:16.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:18:16.451+0000 7f2ef5f08700 -1 osd.7 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-22T19:18:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:15.419827+0000 mon.smithi012 (mon.0) 578 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:15.895611+0000 mon.smithi186 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/3328354838,v1:172.21.15.186:6825/3328354838]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:18:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:15.895957+0000 mon.smithi012 (mon.0) 579 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-22T19:18:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:16.404141+0000 mon.smithi012 (mon.0) 580 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:16.404843+0000 mon.smithi012 (mon.0) 581 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi012.imtlqu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:18:16.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:16.405481+0000 mon.smithi012 (mon.0) 582 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:17.814 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:17.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:16.310109+0000 mgr.smithi012.uvcbek (mgr.14744) 245 : cluster [DBG] pgmap v183: 129 pgs: 35 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 103 B/s wr, 0 op/s; 215/1410 objects degraded (15.248%) 2024-02-22T19:18:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:16.400072+0000 mgr.smithi012.uvcbek (mgr.14744) 246 : cephadm [INF] Upgrade: Updating mds.foofs.smithi012.imtlqu 2024-02-22T19:18:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:16.406041+0000 mgr.smithi012.uvcbek (mgr.14744) 247 : cephadm [INF] Deploying daemon mds.foofs.smithi012.imtlqu on smithi012 2024-02-22T19:18:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:16.436150+0000 mon.smithi012 (mon.0) 583 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-22T19:18:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:16.436230+0000 mon.smithi012 (mon.0) 584 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-02-22T19:18:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:16.436863+0000 mon.smithi186 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/3328354838,v1:172.21.15.186:6825/3328354838]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:18:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:16.441972+0000 mon.smithi012 (mon.0) 585 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:18:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:17.343740+0000 mon.smithi012 (mon.0) 586 : cluster [WRN] Health check update: Degraded data redundancy: 215/1410 objects degraded (15.248%), 35 pgs degraded (PG_DEGRADED) 2024-02-22T19:18:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:16.310109+0000 mgr.smithi012.uvcbek (mgr.14744) 245 : cluster [DBG] pgmap v183: 129 pgs: 35 active+undersized+degraded, 21 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 103 B/s wr, 0 op/s; 215/1410 objects degraded (15.248%) 2024-02-22T19:18:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:16.400072+0000 mgr.smithi012.uvcbek (mgr.14744) 246 : cephadm [INF] Upgrade: Updating mds.foofs.smithi012.imtlqu 2024-02-22T19:18:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:16.406041+0000 mgr.smithi012.uvcbek (mgr.14744) 247 : cephadm [INF] Deploying daemon mds.foofs.smithi012.imtlqu on smithi012 2024-02-22T19:18:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:16.436150+0000 mon.smithi012 (mon.0) 583 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-22T19:18:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:16.436230+0000 mon.smithi012 (mon.0) 584 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-02-22T19:18:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:16.436863+0000 mon.smithi186 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.186:6824/3328354838,v1:172.21.15.186:6825/3328354838]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:18:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:16.441972+0000 mon.smithi012 (mon.0) 585 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2024-02-22T19:18:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:17.343740+0000 mon.smithi012 (mon.0) 586 : cluster [WRN] Health check update: Degraded data redundancy: 215/1410 objects degraded (15.248%), 35 pgs degraded (PG_DEGRADED) 2024-02-22T19:18:18.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:18:18.441+0000 7f6263b47700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:18:18.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:17.432909+0000 mon.smithi012 (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:18:18.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:17.437414+0000 mon.smithi012 (mon.0) 588 : cluster [INF] osd.7 [v2:172.21.15.186:6824/3328354838,v1:172.21.15.186:6825/3328354838] boot 2024-02-22T19:18:18.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:17.437467+0000 mon.smithi012 (mon.0) 589 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-22T19:18:18.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:17.438796+0000 mon.smithi012 (mon.0) 590 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:18:18.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.355163+0000 mon.smithi012 (mon.0) 591 : cluster [WRN] daemon mds.foofs.smithi012.imtlqu compat changed unexpectedly 2024-02-22T19:18:18.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:18 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.359219+0000 mon.smithi012 (mon.0) 592 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-22T19:18:18.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:18:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:18:18.575+0000 7f5683ccb700 -1 bdev(0x55b08c0cc800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-02-22T19:18:18.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:17.432909+0000 mon.smithi012 (mon.0) 587 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-22T19:18:18.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:17.437414+0000 mon.smithi012 (mon.0) 588 : cluster [INF] osd.7 [v2:172.21.15.186:6824/3328354838,v1:172.21.15.186:6825/3328354838] boot 2024-02-22T19:18:18.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:17.437467+0000 mon.smithi012 (mon.0) 589 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-22T19:18:18.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:17.438796+0000 mon.smithi012 (mon.0) 590 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-22T19:18:18.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.355163+0000 mon.smithi012 (mon.0) 591 : cluster [WRN] daemon mds.foofs.smithi012.imtlqu compat changed unexpectedly 2024-02-22T19:18:18.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.359219+0000 mon.smithi012 (mon.0) 592 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-22T19:18:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.310644+0000 mgr.smithi012.uvcbek (mgr.14744) 248 : cluster [DBG] pgmap v186: 129 pgs: 6 peering, 31 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 202/1410 objects degraded (14.326%) 2024-02-22T19:18:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.442453+0000 mon.smithi012 (mon.0) 593 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-22T19:18:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.442476+0000 mon.smithi012 (mon.0) 594 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:18:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.449549+0000 mon.smithi012 (mon.0) 595 : cluster [INF] Standby daemon mds.foofs.smithi186.qncdya assigned to filesystem foofs as rank 0 2024-02-22T19:18:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.449628+0000 mon.smithi012 (mon.0) 596 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-22T19:18:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.449645+0000 mon.smithi012 (mon.0) 597 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-22T19:18:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.449799+0000 mon.smithi012 (mon.0) 598 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-22T19:18:19.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:18.453963+0000 mon.smithi012 (mon.0) 599 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi186.qncdya=up:replay} 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.310644+0000 mgr.smithi012.uvcbek (mgr.14744) 248 : cluster [DBG] pgmap v186: 129 pgs: 6 peering, 31 active+undersized+degraded, 19 active+undersized, 73 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 202/1410 objects degraded (14.326%) 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.442453+0000 mon.smithi012 (mon.0) 593 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.442476+0000 mon.smithi012 (mon.0) 594 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.449549+0000 mon.smithi012 (mon.0) 595 : cluster [INF] Standby daemon mds.foofs.smithi186.qncdya assigned to filesystem foofs as rank 0 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.449628+0000 mon.smithi012 (mon.0) 596 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.449645+0000 mon.smithi012 (mon.0) 597 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.449799+0000 mon.smithi012 (mon.0) 598 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-22T19:18:19.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:18.453963+0000 mon.smithi012 (mon.0) 599 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi186.qncdya=up:replay} 2024-02-22T19:18:20.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:19.456648+0000 mon.smithi012 (mon.0) 600 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:reconnect 2024-02-22T19:18:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:19.456695+0000 mon.smithi012 (mon.0) 601 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi186.qncdya=up:reconnect} 2024-02-22T19:18:20.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:19.456648+0000 mon.smithi012 (mon.0) 600 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:reconnect 2024-02-22T19:18:20.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:19.456695+0000 mon.smithi012 (mon.0) 601 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi186.qncdya=up:reconnect} 2024-02-22T19:18:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:20.311576+0000 mgr.smithi012.uvcbek (mgr.14744) 249 : cluster [DBG] pgmap v188: 129 pgs: 6 peering, 16 active+undersized+degraded, 8 active+undersized, 99 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 170 B/s wr, 1 op/s; 105/1410 objects degraded (7.447%) 2024-02-22T19:18:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:20.462166+0000 mon.smithi012 (mon.0) 602 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:rejoin 2024-02-22T19:18:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:20.462218+0000 mon.smithi012 (mon.0) 603 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi186.qncdya=up:rejoin} 2024-02-22T19:18:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:20.464751+0000 mon.smithi012 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi186.qncdya is now active in filesystem foofs as rank 0 2024-02-22T19:18:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:20.637877+0000 mon.smithi012 (mon.0) 605 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:21.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:21.245561+0000 mon.smithi012 (mon.0) 606 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:18:21.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:20.311576+0000 mgr.smithi012.uvcbek (mgr.14744) 249 : cluster [DBG] pgmap v188: 129 pgs: 6 peering, 16 active+undersized+degraded, 8 active+undersized, 99 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 170 B/s wr, 1 op/s; 105/1410 objects degraded (7.447%) 2024-02-22T19:18:21.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:20.462166+0000 mon.smithi012 (mon.0) 602 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:rejoin 2024-02-22T19:18:21.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:20.462218+0000 mon.smithi012 (mon.0) 603 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi186.qncdya=up:rejoin} 2024-02-22T19:18:21.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:20.464751+0000 mon.smithi012 (mon.0) 604 : cluster [INF] daemon mds.foofs.smithi186.qncdya is now active in filesystem foofs as rank 0 2024-02-22T19:18:21.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:20.637877+0000 mon.smithi012 (mon.0) 605 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:21.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:21.245561+0000 mon.smithi012 (mon.0) 606 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:18:22.853 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:22.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:21.460164+0000 mon.smithi012 (mon.0) 607 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-22T19:18:22.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:21.463981+0000 mon.smithi012 (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:active 2024-02-22T19:18:22.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:21.464036+0000 mon.smithi012 (mon.0) 609 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.qncdya=up:active} 2024-02-22T19:18:22.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:22 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:22.344876+0000 mon.smithi012 (mon.0) 610 : cluster [WRN] Health check update: Degraded data redundancy: 105/1410 objects degraded (7.447%), 16 pgs degraded (PG_DEGRADED) 2024-02-22T19:18:22.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:21.460164+0000 mon.smithi012 (mon.0) 607 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-22T19:18:22.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:21.463981+0000 mon.smithi012 (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.186:6832/4200320926,v1:172.21.15.186:6833/4200320926] up:active 2024-02-22T19:18:22.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:21.464036+0000 mon.smithi012 (mon.0) 609 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.qncdya=up:active} 2024-02-22T19:18:22.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:22.344876+0000 mon.smithi012 (mon.0) 610 : cluster [WRN] Health check update: Degraded data redundancy: 105/1410 objects degraded (7.447%), 16 pgs degraded (PG_DEGRADED) 2024-02-22T19:18:23.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:22.312341+0000 mgr.smithi012.uvcbek (mgr.14744) 250 : cluster [DBG] pgmap v189: 129 pgs: 6 peering, 123 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 341 B/s wr, 7 op/s 2024-02-22T19:18:23.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:22.465396+0000 mon.smithi012 (mon.0) 611 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 105/1410 objects degraded (7.447%), 16 pgs degraded) 2024-02-22T19:18:23.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:22.312341+0000 mgr.smithi012.uvcbek (mgr.14744) 250 : cluster [DBG] pgmap v189: 129 pgs: 6 peering, 123 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 341 B/s wr, 7 op/s 2024-02-22T19:18:23.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:22.465396+0000 mon.smithi012 (mon.0) 611 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 105/1410 objects degraded (7.447%), 16 pgs degraded) 2024-02-22T19:18:25.730 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:24.313064+0000 mgr.smithi012.uvcbek (mgr.14744) 251 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 259 B/s wr, 9 op/s 2024-02-22T19:18:25.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:24.313064+0000 mgr.smithi012.uvcbek (mgr.14744) 251 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 259 B/s wr, 9 op/s 2024-02-22T19:18:27.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:26.313758+0000 mgr.smithi012.uvcbek (mgr.14744) 252 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 115 B/s wr, 9 op/s 2024-02-22T19:18:27.886 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:27.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:26.313758+0000 mgr.smithi012.uvcbek (mgr.14744) 252 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 315 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 115 B/s wr, 9 op/s 2024-02-22T19:18:29.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:28.314538+0000 mgr.smithi012.uvcbek (mgr.14744) 253 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.3 KiB/s wr, 14 op/s 2024-02-22T19:18:29.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:28.314538+0000 mgr.smithi012.uvcbek (mgr.14744) 253 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.3 KiB/s wr, 14 op/s 2024-02-22T19:18:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:30.213925+0000 mon.smithi012 (mon.0) 612 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:30.214697+0000 mon.smithi012 (mon.0) 613 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:30.315050+0000 mgr.smithi012.uvcbek (mgr.14744) 254 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.9 KiB/s wr, 12 op/s 2024-02-22T19:18:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:30.417804+0000 mon.smithi012 (mon.0) 614 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:30.481814+0000 mon.smithi012 (mon.0) 615 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-22T19:18:31.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:30.481854+0000 mon.smithi012 (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-02-22T19:18:31.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:30.485367+0000 mon.smithi012 (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:boot 2024-02-22T19:18:31.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:30.485412+0000 mon.smithi012 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.qncdya=up:active} 1 up:standby 2024-02-22T19:18:31.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:30.485533+0000 mon.smithi012 (mon.0) 619 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:18:31.607 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:30.649746+0000 mon.smithi012 (mon.0) 620 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:30.213925+0000 mon.smithi012 (mon.0) 612 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:30.214697+0000 mon.smithi012 (mon.0) 613 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:30.315050+0000 mgr.smithi012.uvcbek (mgr.14744) 254 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.9 KiB/s wr, 12 op/s 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:30.417804+0000 mon.smithi012 (mon.0) 614 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:30.481814+0000 mon.smithi012 (mon.0) 615 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:30.481854+0000 mon.smithi012 (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:30.485367+0000 mon.smithi012 (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:boot 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:30.485412+0000 mon.smithi012 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.qncdya=up:active} 1 up:standby 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:30.485533+0000 mon.smithi012 (mon.0) 619 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:18:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:30.649746+0000 mon.smithi012 (mon.0) 620 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:32.927 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:33.627 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:32.315503+0000 mgr.smithi012.uvcbek (mgr.14744) 255 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2024-02-22T19:18:33.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:32.315503+0000 mgr.smithi012.uvcbek (mgr.14744) 255 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2024-02-22T19:18:35.311 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:18:35.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:34.316006+0000 mgr.smithi012.uvcbek (mgr.14744) 256 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 6.9 KiB/s wr, 8 op/s 2024-02-22T19:18:35.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:34.316006+0000 mgr.smithi012.uvcbek (mgr.14744) 256 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 6.9 KiB/s wr, 8 op/s 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (12m) 0s ago 14m 21.3M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (4m) 0s ago 14m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (4m) 21s ago 13m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (12m) 0s ago 13m 31.7M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (6s) 0s ago 8m 10.0M - 16.2.14-550-geb66ed92 7403d1862307 ff06eb727b33 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (8m) 21s ago 8m 14.3M - 16.2.5 6933c2a0b7dd e393c1cbea0c 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (5m) 0s ago 15m 444M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (4m) 21s ago 13m 386M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (4m) 0s ago 15m 51.5M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:18:35.921 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (4m) 21s ago 12m 39.7M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (5m) 0s ago 5m 80.5M - 3.5 6933c2a0b7dd 303bcbbc3540 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (5m) 21s ago 5m 81.1M - 3.5 6933c2a0b7dd e86c0de78b97 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (13m) 0s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (12m) 21s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (3m) 0s ago 12m 119M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (3m) 0s ago 11m 107M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (2m) 0s ago 11m 90.6M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (2m) 0s ago 11m 113M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (112s) 21s ago 10m 118M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (83s) 21s ago 10m 114M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (54s) 21s ago 10m 101M 2712M 16.2.14-550-geb66ed92 7403d1862307 0e0d9b968a1f 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (25s) 21s ago 9m 11.6M 2712M 16.2.14-550-geb66ed92 7403d1862307 a13c643e28ad 2024-02-22T19:18:35.922 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (5m) 0s ago 13m 63.0M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 1, 2024-02-22T19:18:36.288 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-22T19:18:36.289 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:18:36.289 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:18:36.289 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 13, 2024-02-22T19:18:36.289 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-22T19:18:36.289 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:18:36.289 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:18:36.591 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:18:36.591 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:18:36.591 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:18:36.591 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:18:36.591 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:18:36.591 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:18:36.591 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:18:36.592 INFO:teuthology.orchestra.run.smithi012.stdout: "osd", 2024-02-22T19:18:36.592 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:18:36.592 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:18:36.592 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "15/23 daemons upgraded", 2024-02-22T19:18:36.592 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading mds daemons", 2024-02-22T19:18:36.592 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:18:36.592 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:18:36.905 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:35.297067+0000 mgr.smithi012.uvcbek (mgr.14744) 257 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:36.905 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:35.605908+0000 mgr.smithi012.uvcbek (mgr.14744) 258 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:36.905 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:35.726883+0000 mon.smithi012 (mon.0) 621 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:36.905 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:35.910579+0000 mgr.smithi012.uvcbek (mgr.14744) 259 : audit [DBG] from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:36.905 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.026069+0000 mon.smithi012 (mon.0) 622 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.026847+0000 mon.smithi012 (mon.0) 623 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.033566+0000 mon.smithi012 (mon.0) 624 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.043201+0000 mon.smithi012 (mon.0) 625 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.046211+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.048236+0000 mon.smithi012 (mon.0) 627 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.049324+0000 mon.smithi012 (mon.0) 628 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.050386+0000 mon.smithi012 (mon.0) 629 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.051893+0000 mon.smithi012 (mon.0) 630 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.053521+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi186.qncdya"]}]: dispatch 2024-02-22T19:18:36.906 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:36 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.287743+0000 mon.smithi012 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.12:0/429730951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:35.297067+0000 mgr.smithi012.uvcbek (mgr.14744) 257 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:35.605908+0000 mgr.smithi012.uvcbek (mgr.14744) 258 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:35.726883+0000 mon.smithi012 (mon.0) 621 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:35.910579+0000 mgr.smithi012.uvcbek (mgr.14744) 259 : audit [DBG] from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.026069+0000 mon.smithi012 (mon.0) 622 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.026847+0000 mon.smithi012 (mon.0) 623 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.033566+0000 mon.smithi012 (mon.0) 624 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.043201+0000 mon.smithi012 (mon.0) 625 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:37.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.046211+0000 mon.smithi012 (mon.0) 626 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:37.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.048236+0000 mon.smithi012 (mon.0) 627 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:37.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.049324+0000 mon.smithi012 (mon.0) 628 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:37.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.050386+0000 mon.smithi012 (mon.0) 629 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:37.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.051893+0000 mon.smithi012 (mon.0) 630 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:37.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.053521+0000 mon.smithi012 (mon.0) 631 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi186.qncdya"]}]: dispatch 2024-02-22T19:18:37.109 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:36 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.287743+0000 mon.smithi012 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.12:0/429730951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:37.910 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:36.054024+0000 mgr.smithi012.uvcbek (mgr.14744) 260 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi186.qncdya 2024-02-22T19:18:37.910 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:36.316608+0000 mgr.smithi012.uvcbek (mgr.14744) 261 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 6.9 KiB/s wr, 5 op/s 2024-02-22T19:18:37.910 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:36.591235+0000 mgr.smithi012.uvcbek (mgr.14744) 262 : audit [DBG] from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:37.910 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:37.522614+0000 mon.smithi012 (mon.0) 633 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:37.910 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:37.523624+0000 mon.smithi012 (mon.0) 634 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.qncdya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:18:37.910 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:37.524529+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:37.967 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:36.054024+0000 mgr.smithi012.uvcbek (mgr.14744) 260 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi186.qncdya 2024-02-22T19:18:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:36.316608+0000 mgr.smithi012.uvcbek (mgr.14744) 261 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 6.9 KiB/s wr, 5 op/s 2024-02-22T19:18:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:36.591235+0000 mgr.smithi012.uvcbek (mgr.14744) 262 : audit [DBG] from='client.34302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:18:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:37.522614+0000 mon.smithi012 (mon.0) 633 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:37.523624+0000 mon.smithi012 (mon.0) 634 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.qncdya", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-22T19:18:38.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:37.524529+0000 mon.smithi012 (mon.0) 635 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:38.853 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:37.518070+0000 mgr.smithi012.uvcbek (mgr.14744) 263 : cephadm [INF] Upgrade: Updating mds.foofs.smithi186.qncdya 2024-02-22T19:18:38.854 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:38 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:37.525311+0000 mgr.smithi012.uvcbek (mgr.14744) 264 : cephadm [INF] Deploying daemon mds.foofs.smithi186.qncdya on smithi186 2024-02-22T19:18:39.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:37.518070+0000 mgr.smithi012.uvcbek (mgr.14744) 263 : cephadm [INF] Upgrade: Updating mds.foofs.smithi186.qncdya 2024-02-22T19:18:39.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:37.525311+0000 mgr.smithi012.uvcbek (mgr.14744) 264 : cephadm [INF] Deploying daemon mds.foofs.smithi186.qncdya on smithi186 2024-02-22T19:18:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:18:39.732+0000 7f6263b47700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:18:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:38.317306+0000 mgr.smithi012.uvcbek (mgr.14744) 265 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 7.7 KiB/s wr, 5 op/s 2024-02-22T19:18:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.117426+0000 mon.smithi012 (mon.0) 636 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-22T19:18:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:38.317306+0000 mgr.smithi012.uvcbek (mgr.14744) 265 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 7.7 KiB/s wr, 5 op/s 2024-02-22T19:18:40.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.117426+0000 mon.smithi012 (mon.0) 636 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-22T19:18:40.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:18:39.755+0000 7f2edae1b700 -1 bdev(0x55d6ca41e800 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 1 2024-02-22T19:18:40.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:18:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:18:39.755+0000 7f2ed9e19700 -1 bdev(0x55d6ca41e800 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 1 2024-02-22T19:18:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.732651+0000 mon.smithi012 (mon.0) 637 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-22T19:18:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.732680+0000 mon.smithi012 (mon.0) 638 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:18:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.741441+0000 mon.smithi012 (mon.0) 639 : cluster [INF] Standby daemon mds.foofs.smithi012.imtlqu assigned to filesystem foofs as rank 0 2024-02-22T19:18:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.741577+0000 mon.smithi012 (mon.0) 640 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-22T19:18:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.741608+0000 mon.smithi012 (mon.0) 641 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-22T19:18:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.741843+0000 mon.smithi012 (mon.0) 642 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-22T19:18:41.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:39.744531+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi012.imtlqu=up:replay} 2024-02-22T19:18:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.732651+0000 mon.smithi012 (mon.0) 637 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-22T19:18:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.732680+0000 mon.smithi012 (mon.0) 638 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-22T19:18:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.741441+0000 mon.smithi012 (mon.0) 639 : cluster [INF] Standby daemon mds.foofs.smithi012.imtlqu assigned to filesystem foofs as rank 0 2024-02-22T19:18:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.741577+0000 mon.smithi012 (mon.0) 640 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-22T19:18:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.741608+0000 mon.smithi012 (mon.0) 641 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-22T19:18:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.741843+0000 mon.smithi012 (mon.0) 642 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-22T19:18:41.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:39.744531+0000 mon.smithi012 (mon.0) 643 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi012.imtlqu=up:replay} 2024-02-22T19:18:42.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:40.317779+0000 mgr.smithi012.uvcbek (mgr.14744) 266 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 307 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-02-22T19:18:42.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:40.747463+0000 mon.smithi012 (mon.0) 644 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:reconnect 2024-02-22T19:18:42.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:40.747508+0000 mon.smithi012 (mon.0) 645 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi012.imtlqu=up:reconnect} 2024-02-22T19:18:42.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:40.317779+0000 mgr.smithi012.uvcbek (mgr.14744) 266 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 307 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-02-22T19:18:42.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:40.747463+0000 mon.smithi012 (mon.0) 644 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:reconnect 2024-02-22T19:18:42.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:40.747508+0000 mon.smithi012 (mon.0) 645 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi012.imtlqu=up:reconnect} 2024-02-22T19:18:43.010 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:43.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:41.753275+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:rejoin 2024-02-22T19:18:43.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:41.753337+0000 mon.smithi012 (mon.0) 647 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi012.imtlqu=up:rejoin} 2024-02-22T19:18:43.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:41.755910+0000 mon.smithi012 (mon.0) 648 : cluster [INF] daemon mds.foofs.smithi012.imtlqu is now active in filesystem foofs as rank 0 2024-02-22T19:18:43.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:41.753275+0000 mon.smithi012 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:rejoin 2024-02-22T19:18:43.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:41.753337+0000 mon.smithi012 (mon.0) 647 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi012.imtlqu=up:rejoin} 2024-02-22T19:18:43.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:41.755910+0000 mon.smithi012 (mon.0) 648 : cluster [INF] daemon mds.foofs.smithi012.imtlqu is now active in filesystem foofs as rank 0 2024-02-22T19:18:43.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:42.318328+0000 mgr.smithi012.uvcbek (mgr.14744) 267 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-02-22T19:18:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:42.751913+0000 mon.smithi012 (mon.0) 649 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-22T19:18:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:42.759530+0000 mon.smithi012 (mon.0) 650 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:active 2024-02-22T19:18:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:42.759616+0000 mon.smithi012 (mon.0) 651 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 2024-02-22T19:18:44.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:42.318328+0000 mgr.smithi012.uvcbek (mgr.14744) 267 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-02-22T19:18:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:42.751913+0000 mon.smithi012 (mon.0) 649 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-22T19:18:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:42.759530+0000 mon.smithi012 (mon.0) 650 : cluster [DBG] mds.? [v2:172.21.15.12:6834/1984961553,v1:172.21.15.12:6835/1984961553] up:active 2024-02-22T19:18:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:42.759616+0000 mon.smithi012 (mon.0) 651 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 2024-02-22T19:18:45.762 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:44.318896+0000 mgr.smithi012.uvcbek (mgr.14744) 268 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-02-22T19:18:46.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:44.318896+0000 mgr.smithi012.uvcbek (mgr.14744) 268 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.1 KiB/s wr, 7 op/s 2024-02-22T19:18:48.052 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:48.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:46.319393+0000 mgr.smithi012.uvcbek (mgr.14744) 269 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.1 KiB/s wr, 8 op/s 2024-02-22T19:18:48.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:46.319393+0000 mgr.smithi012.uvcbek (mgr.14744) 269 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.1 KiB/s wr, 8 op/s 2024-02-22T19:18:49.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:48.320161+0000 mgr.smithi012.uvcbek (mgr.14744) 270 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.3 KiB/s wr, 14 op/s 2024-02-22T19:18:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:48.485017+0000 mon.smithi012 (mon.0) 652 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:48.485875+0000 mon.smithi012 (mon.0) 653 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:48.767607+0000 mon.smithi012 (mon.0) 654 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-22T19:18:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:48.767640+0000 mon.smithi012 (mon.0) 655 : cluster [INF] Cluster is now healthy 2024-02-22T19:18:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:48.774097+0000 mon.smithi012 (mon.0) 656 : cluster [DBG] mds.? [v2:172.21.15.186:6832/3761969278,v1:172.21.15.186:6833/3761969278] up:boot 2024-02-22T19:18:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:48.774179+0000 mon.smithi012 (mon.0) 657 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:18:49.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:48.774321+0000 mon.smithi012 (mon.0) 658 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:48.320161+0000 mgr.smithi012.uvcbek (mgr.14744) 270 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8.3 KiB/s wr, 14 op/s 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:48.485017+0000 mon.smithi012 (mon.0) 652 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:48.485875+0000 mon.smithi012 (mon.0) 653 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:48.767607+0000 mon.smithi012 (mon.0) 654 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:48.767640+0000 mon.smithi012 (mon.0) 655 : cluster [INF] Cluster is now healthy 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:48.774097+0000 mon.smithi012 (mon.0) 656 : cluster [DBG] mds.? [v2:172.21.15.186:6832/3761969278,v1:172.21.15.186:6833/3761969278] up:boot 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:48.774179+0000 mon.smithi012 (mon.0) 657 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi012.imtlqu=up:active} 1 up:standby 2024-02-22T19:18:49.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:48.774321+0000 mon.smithi012 (mon.0) 658 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:50.320869+0000 mgr.smithi012.uvcbek (mgr.14744) 271 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 7.4 KiB/s wr, 12 op/s 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.355077+0000 mon.smithi012 (mon.0) 659 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.356036+0000 mon.smithi012 (mon.0) 660 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.356940+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.361633+0000 mon.smithi012 (mon.0) 662 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.367972+0000 mon.smithi012 (mon.0) 663 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.371457+0000 mon.smithi012 (mon.0) 664 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:51.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.373821+0000 mon.smithi012 (mon.0) 665 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.375164+0000 mon.smithi012 (mon.0) 666 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.376463+0000 mon.smithi012 (mon.0) 667 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.378348+0000 mon.smithi012 (mon.0) 668 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.380195+0000 mon.smithi012 (mon.0) 669 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.384548+0000 mon.smithi012 (mon.0) 670 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.385326+0000 mon.smithi012 (mon.0) 671 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.389078+0000 mon.smithi012 (mon.0) 672 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi012.imtlqu"}]': finished 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.389751+0000 mon.smithi012 (mon.0) 673 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.394807+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi186.qncdya"}]': finished 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.395801+0000 mon.smithi012 (mon.0) 675 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.399737+0000 mon.smithi012 (mon.0) 676 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.400856+0000 mon.smithi012 (mon.0) 677 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.405172+0000 mon.smithi012 (mon.0) 678 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.406217+0000 mon.smithi012 (mon.0) 679 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.407296+0000 mon.smithi012 (mon.0) 680 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:51.411415+0000 mon.smithi012 (mon.0) 681 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:50.320869+0000 mgr.smithi012.uvcbek (mgr.14744) 271 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 7.4 KiB/s wr, 12 op/s 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.355077+0000 mon.smithi012 (mon.0) 659 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.356036+0000 mon.smithi012 (mon.0) 660 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.356940+0000 mon.smithi012 (mon.0) 661 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.361633+0000 mon.smithi012 (mon.0) 662 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.367972+0000 mon.smithi012 (mon.0) 663 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.371457+0000 mon.smithi012 (mon.0) 664 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.373821+0000 mon.smithi012 (mon.0) 665 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.375164+0000 mon.smithi012 (mon.0) 666 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.376463+0000 mon.smithi012 (mon.0) 667 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.378348+0000 mon.smithi012 (mon.0) 668 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.380195+0000 mon.smithi012 (mon.0) 669 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.384548+0000 mon.smithi012 (mon.0) 670 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.385326+0000 mon.smithi012 (mon.0) 671 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi012.imtlqu"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.389078+0000 mon.smithi012 (mon.0) 672 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi012.imtlqu"}]': finished 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.389751+0000 mon.smithi012 (mon.0) 673 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi186.qncdya"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.394807+0000 mon.smithi012 (mon.0) 674 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi186.qncdya"}]': finished 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.395801+0000 mon.smithi012 (mon.0) 675 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.399737+0000 mon.smithi012 (mon.0) 676 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.400856+0000 mon.smithi012 (mon.0) 677 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.405172+0000 mon.smithi012 (mon.0) 678 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.406217+0000 mon.smithi012 (mon.0) 679 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.407296+0000 mon.smithi012 (mon.0) 680 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:18:51.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:51.411415+0000 mon.smithi012 (mon.0) 681 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:52.600 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:51.380815+0000 mgr.smithi012.uvcbek (mgr.14744) 272 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-22T19:18:52.601 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:51.396501+0000 mgr.smithi012.uvcbek (mgr.14744) 273 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-22T19:18:52.601 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:51.401553+0000 mgr.smithi012.uvcbek (mgr.14744) 274 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-22T19:18:52.601 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:52 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:51.407899+0000 mgr.smithi012.uvcbek (mgr.14744) 275 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-22T19:18:52.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:51.380815+0000 mgr.smithi012.uvcbek (mgr.14744) 272 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-22T19:18:52.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:51.396501+0000 mgr.smithi012.uvcbek (mgr.14744) 273 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-22T19:18:52.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:51.401553+0000 mgr.smithi012.uvcbek (mgr.14744) 274 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-22T19:18:52.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:51.407899+0000 mgr.smithi012.uvcbek (mgr.14744) 275 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-22T19:18:53.085 INFO:teuthology.orchestra.run.smithi012.stderr:mount.nfs: mounting smithi012:/fake failed, reason given by server: No such file or directory 2024-02-22T19:18:53.850 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:52.321272+0000 mgr.smithi012.uvcbek (mgr.14744) 276 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.0 KiB/s wr, 12 op/s 2024-02-22T19:18:53.850 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.027475+0000 mon.smithi012 (mon.0) 682 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.028504+0000 mon.smithi012 (mon.0) 683 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.029303+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.032563+0000 mon.smithi012 (mon.0) 685 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.033703+0000 mon.smithi012 (mon.0) 686 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.081062+0000 mon.smithi012 (mon.0) 687 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.085198+0000 mon.smithi012 (mon.0) 688 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.132565+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:18:53.851 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:53.138744+0000 mon.smithi012 (mon.0) 690 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:53.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:52.321272+0000 mgr.smithi012.uvcbek (mgr.14744) 276 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.0 KiB/s wr, 12 op/s 2024-02-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.027475+0000 mon.smithi012 (mon.0) 682 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.028504+0000 mon.smithi012 (mon.0) 683 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.029303+0000 mon.smithi012 (mon.0) 684 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.032563+0000 mon.smithi012 (mon.0) 685 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.033703+0000 mon.smithi012 (mon.0) 686 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.081062+0000 mon.smithi012 (mon.0) 687 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.085198+0000 mon.smithi012 (mon.0) 688 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.132565+0000 mon.smithi012 (mon.0) 689 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi012.mvszri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:18:53.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:53.138744+0000 mon.smithi012 (mon.0) 690 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:54.842 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:53.023053+0000 mgr.smithi012.uvcbek (mgr.14744) 277 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi012.mvszri (1/2) 2024-02-22T19:18:54.843 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:53.028241+0000 mgr.smithi012.uvcbek (mgr.14744) 278 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri 2024-02-22T19:18:54.843 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:53.029100+0000 mgr.smithi012.uvcbek (mgr.14744) 279 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-22T19:18:54.843 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:53.132080+0000 mgr.smithi012.uvcbek (mgr.14744) 280 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:18:54.843 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:53.132182+0000 mgr.smithi012.uvcbek (mgr.14744) 281 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri-rgw 2024-02-22T19:18:54.843 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:54 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:53.139490+0000 mgr.smithi012.uvcbek (mgr.14744) 282 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi012.mvszri on smithi012 2024-02-22T19:18:54.851 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:53.023053+0000 mgr.smithi012.uvcbek (mgr.14744) 277 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi012.mvszri (1/2) 2024-02-22T19:18:54.852 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:53.028241+0000 mgr.smithi012.uvcbek (mgr.14744) 278 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri 2024-02-22T19:18:54.852 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:53.029100+0000 mgr.smithi012.uvcbek (mgr.14744) 279 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-22T19:18:54.852 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:53.132080+0000 mgr.smithi012.uvcbek (mgr.14744) 280 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:18:54.852 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:53.132182+0000 mgr.smithi012.uvcbek (mgr.14744) 281 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi012.mvszri-rgw 2024-02-22T19:18:54.852 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:53.139490+0000 mgr.smithi012.uvcbek (mgr.14744) 282 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi012.mvszri on smithi012 2024-02-22T19:18:55.774 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:54.321902+0000 mgr.smithi012.uvcbek (mgr.14744) 283 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 MiB/s rd, 6.9 KiB/s wr, 9 op/s 2024-02-22T19:18:55.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:54.321902+0000 mgr.smithi012.uvcbek (mgr.14744) 283 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 MiB/s rd, 6.9 KiB/s wr, 9 op/s 2024-02-22T19:18:57.495 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:56.322427+0000 mgr.smithi012.uvcbek (mgr.14744) 284 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 686 KiB/s rd, 7.0 KiB/s wr, 7 op/s 2024-02-22T19:18:57.495 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:56.401593+0000 mon.smithi012 (mon.0) 691 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:57.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:56.322427+0000 mgr.smithi012.uvcbek (mgr.14744) 284 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 686 KiB/s rd, 7.0 KiB/s wr, 7 op/s 2024-02-22T19:18:57.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:56.401593+0000 mon.smithi012 (mon.0) 691 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:57.778353+0000 mgr.smithi012.uvcbek (mgr.14744) 285 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi186.dbpmwd (2/2) 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.783327+0000 mon.smithi012 (mon.0) 692 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:57.784153+0000 mgr.smithi012.uvcbek (mgr.14744) 286 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.784479+0000 mon.smithi012 (mon.0) 693 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:57.785142+0000 mgr.smithi012.uvcbek (mgr.14744) 287 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.785381+0000 mon.smithi012 (mon.0) 694 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.788541+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.789878+0000 mon.smithi012 (mon.0) 696 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.835011+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:18:59.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.838526+0000 mon.smithi012 (mon.0) 698 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:18:59.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:57.887289+0000 mgr.smithi012.uvcbek (mgr.14744) 288 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:18:59.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:57.887413+0000 mgr.smithi012.uvcbek (mgr.14744) 289 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd-rgw 2024-02-22T19:18:59.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.887817+0000 mon.smithi012 (mon.0) 699 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:18:59.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:18:57.889082+0000 mon.smithi012 (mon.0) 700 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:59.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:18:57.889946+0000 mgr.smithi012.uvcbek (mgr.14744) 290 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi186.dbpmwd on smithi186 2024-02-22T19:18:59.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:57.778353+0000 mgr.smithi012.uvcbek (mgr.14744) 285 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi186.dbpmwd (2/2) 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.783327+0000 mon.smithi012 (mon.0) 692 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:57.784153+0000 mgr.smithi012.uvcbek (mgr.14744) 286 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.784479+0000 mon.smithi012 (mon.0) 693 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:57.785142+0000 mgr.smithi012.uvcbek (mgr.14744) 287 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.785381+0000 mon.smithi012 (mon.0) 694 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.788541+0000 mon.smithi012 (mon.0) 695 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 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-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.789878+0000 mon.smithi012 (mon.0) 696 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.835011+0000 mon.smithi012 (mon.0) 697 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.838526+0000 mon.smithi012 (mon.0) 698 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:57.887289+0000 mgr.smithi012.uvcbek (mgr.14744) 288 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:57.887413+0000 mgr.smithi012.uvcbek (mgr.14744) 289 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi186.dbpmwd-rgw 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.887817+0000 mon.smithi012 (mon.0) 699 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi186.dbpmwd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:18:57.889082+0000 mon.smithi012 (mon.0) 700 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:18:59.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:18:57.889946+0000 mgr.smithi012.uvcbek (mgr.14744) 290 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi186.dbpmwd on smithi186 2024-02-22T19:19:00.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:18:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:18:58.323310+0000 mgr.smithi012.uvcbek (mgr.14744) 291 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 7.8 KiB/s wr, 6 op/s 2024-02-22T19:19:00.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:18:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:18:58.323310+0000 mgr.smithi012.uvcbek (mgr.14744) 291 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.7 KiB/s rd, 7.8 KiB/s wr, 6 op/s 2024-02-22T19:19:01.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:00.324020+0000 mgr.smithi012.uvcbek (mgr.14744) 292 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-02-22T19:19:01.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:00.419395+0000 mon.smithi012 (mon.0) 701 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:01.135270+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:01.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:01.136261+0000 mon.smithi012 (mon.0) 703 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:01.830 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:00.324020+0000 mgr.smithi012.uvcbek (mgr.14744) 292 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-02-22T19:19:01.830 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:00.419395+0000 mon.smithi012 (mon.0) 701 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:01.830 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:01.135270+0000 mon.smithi012 (mon.0) 702 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:01.830 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:01.136261+0000 mon.smithi012 (mon.0) 703 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:03.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:02.324673+0000 mgr.smithi012.uvcbek (mgr.14744) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-02-22T19:19:03.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:02.324673+0000 mgr.smithi012.uvcbek (mgr.14744) 293 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-02-22T19:19:04.077 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-22T19:19:04.111 INFO:teuthology.orchestra.run.smithi012.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-22T19:19:04.111 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:19:04.111 INFO:teuthology.orchestra.run.smithi012.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-22T19:19:04.112 INFO:teuthology.orchestra.run.smithi012.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-22T19:19:04.212 INFO:teuthology.orchestra.run.smithi012.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-22T19:19:04.212 INFO:teuthology.orchestra.run.smithi012.stdout:releasing clients 2024-02-22T19:19:05.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:03.983988+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:05.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:03.983988+0000 mon.smithi012 (mon.0) 704 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:06.212 INFO:teuthology.orchestra.run.smithi012.stdout: 5 618 52.34 MB/sec execute 1 sec latency 32.916 ms 2024-02-22T19:19:06.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:04.325219+0000 mgr.smithi012.uvcbek (mgr.14744) 294 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2024-02-22T19:19:06.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:04.325219+0000 mgr.smithi012.uvcbek (mgr.14744) 294 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 315 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2024-02-22T19:19:07.087 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:19:07.214 INFO:teuthology.orchestra.run.smithi012.stdout: 5 1151 32.04 MB/sec execute 2 sec latency 39.068 ms 2024-02-22T19:19:08.014 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:19:08.014 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (12m) 0s ago 14m 21.3M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:19:08.014 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (4m) 0s ago 14m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:19:08.014 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (4m) 4s ago 13m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:19:08.014 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (12m) 0s ago 14m 31.7M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:19:08.014 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (38s) 0s ago 8m 25.0M - 16.2.14-550-geb66ed92 7403d1862307 ff06eb727b33 2024-02-22T19:19:08.014 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (20s) 4s ago 8m 11.0M - 16.2.14-550-geb66ed92 7403d1862307 381e4b4e6766 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (5m) 0s ago 16m 445M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (5m) 4s ago 13m 387M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (5m) 0s ago 16m 61.6M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (5m) 4s ago 13m 45.3M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (12s) 0s ago 6m 58.8M - 3.5 7403d1862307 ecad86f99ff1 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (7s) 4s ago 6m 16.4M - 3.5 7403d1862307 96ab17eb5544 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (14m) 0s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 5ec2e3806c85 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (13m) 4s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 0591db2035ae 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (4m) 0s ago 12m 120M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (3m) 0s ago 12m 107M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (3m) 0s ago 12m 92.0M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (2m) 0s ago 11m 115M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:19:08.015 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (2m) 4s ago 11m 122M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:19:08.016 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (115s) 4s ago 11m 119M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:19:08.016 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (86s) 4s ago 10m 106M 2712M 16.2.14-550-geb66ed92 7403d1862307 0e0d9b968a1f 2024-02-22T19:19:08.016 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (57s) 4s ago 10m 134M 2712M 16.2.14-550-geb66ed92 7403d1862307 a13c643e28ad 2024-02-22T19:19:08.016 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (5m) 0s ago 13m 68.8M - 2.18.1 de242295e225 3c2d62a2842d 2024-02-22T19:19:08.213 INFO:teuthology.orchestra.run.smithi012.stdout: 5 1912 27.05 MB/sec execute 3 sec latency 20.776 ms 2024-02-22T19:19:08.336 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:06.325717+0000 mgr.smithi012.uvcbek (mgr.14744) 295 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-02-22T19:19:08.336 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.256520+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.336 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.257796+0000 mon.smithi012 (mon.0) 706 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.258821+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.266436+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.273755+0000 mon.smithi012 (mon.0) 709 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.277994+0000 mon.smithi012 (mon.0) 710 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.281657+0000 mon.smithi012 (mon.0) 711 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.283592+0000 mon.smithi012 (mon.0) 712 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.285455+0000 mon.smithi012 (mon.0) 713 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.290716+0000 mon.smithi012 (mon.0) 714 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.294251+0000 mon.smithi012 (mon.0) 715 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.295651+0000 mon.smithi012 (mon.0) 716 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.297201+0000 mon.smithi012 (mon.0) 717 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.301134+0000 mon.smithi012 (mon.0) 718 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.303159+0000 mon.smithi012 (mon.0) 719 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.305704+0000 mon.smithi012 (mon.0) 720 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.312158+0000 mon.smithi012 (mon.0) 721 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.337 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.315210+0000 mon.smithi012 (mon.0) 722 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi012.mvszri"}]: dispatch 2024-02-22T19:19:08.338 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.320891+0000 mon.smithi012 (mon.0) 723 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi012.mvszri"}]': finished 2024-02-22T19:19:08.338 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.323338+0000 mon.smithi012 (mon.0) 724 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi186.dbpmwd"}]: dispatch 2024-02-22T19:19:08.338 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.328613+0000 mon.smithi012 (mon.0) 725 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi186.dbpmwd"}]': finished 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:06.325717+0000 mgr.smithi012.uvcbek (mgr.14744) 295 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 1.3 MiB/s wr, 17 op/s 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.256520+0000 mon.smithi012 (mon.0) 705 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.257796+0000 mon.smithi012 (mon.0) 706 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.258821+0000 mon.smithi012 (mon.0) 707 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.266436+0000 mon.smithi012 (mon.0) 708 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.273755+0000 mon.smithi012 (mon.0) 709 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.277994+0000 mon.smithi012 (mon.0) 710 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.281657+0000 mon.smithi012 (mon.0) 711 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.283592+0000 mon.smithi012 (mon.0) 712 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.285455+0000 mon.smithi012 (mon.0) 713 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.290716+0000 mon.smithi012 (mon.0) 714 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.294251+0000 mon.smithi012 (mon.0) 715 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.295651+0000 mon.smithi012 (mon.0) 716 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.297201+0000 mon.smithi012 (mon.0) 717 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.301134+0000 mon.smithi012 (mon.0) 718 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.303159+0000 mon.smithi012 (mon.0) 719 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.305704+0000 mon.smithi012 (mon.0) 720 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.312158+0000 mon.smithi012 (mon.0) 721 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.315210+0000 mon.smithi012 (mon.0) 722 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi012.mvszri"}]: dispatch 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.320891+0000 mon.smithi012 (mon.0) 723 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi012.mvszri"}]': finished 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.323338+0000 mon.smithi012 (mon.0) 724 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi186.dbpmwd"}]: dispatch 2024-02-22T19:19:08.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.328613+0000 mon.smithi012 (mon.0) 725 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi186.dbpmwd"}]': finished 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:19:08.606 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:19:08.607 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "mds", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "osd", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "nfs", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "18/23 daemons upgraded", 2024-02-22T19:19:09.101 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-22T19:19:09.102 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:19:09.102 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:19:09.213 INFO:teuthology.orchestra.run.smithi012.stdout: 5 2759 26.55 MB/sec execute 4 sec latency 22.614 ms 2024-02-22T19:19:09.319 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.067635+0000 mgr.smithi012.uvcbek (mgr.14744) 296 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:09.319 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:07.306862+0000 mgr.smithi012.uvcbek (mgr.14744) 297 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-22T19:19:09.319 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:07.530600+0000 mgr.smithi012.uvcbek (mgr.14744) 298 : audit [DBG] from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:09.319 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:08.000280+0000 mgr.smithi012.uvcbek (mgr.14744) 299 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:09.319 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:08.605337+0000 mon.smithi012 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.12:0/3173106851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:09.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.067635+0000 mgr.smithi012.uvcbek (mgr.14744) 296 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:09.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:07.306862+0000 mgr.smithi012.uvcbek (mgr.14744) 297 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-22T19:19:09.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:07.530600+0000 mgr.smithi012.uvcbek (mgr.14744) 298 : audit [DBG] from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:09.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:08.000280+0000 mgr.smithi012.uvcbek (mgr.14744) 299 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:09.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:08.605337+0000 mon.smithi012 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.12:0/3173106851' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:10.214 INFO:teuthology.orchestra.run.smithi012.stdout: 5 cleanup 5 sec 2024-02-22T19:19:10.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:08.326239+0000 mgr.smithi012.uvcbek (mgr.14744) 300 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 3.8 MiB/s wr, 71 op/s 2024-02-22T19:19:10.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:09.005229+0000 mgr.smithi012.uvcbek (mgr.14744) 301 : cephadm [INF] Upgrade: Updating node-exporter.smithi012 (1/2) 2024-02-22T19:19:10.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:09.005437+0000 mgr.smithi012.uvcbek (mgr.14744) 302 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-02-22T19:19:10.364 INFO:teuthology.orchestra.run.smithi012.stdout: 0 cleanup 5 sec 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Operation Count AvgLat MaxLat 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: ---------------------------------------- 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: NTCreateX 2823 2.708 36.379 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Close 2275 2.110 22.785 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Rename 130 5.899 39.059 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Unlink 387 2.744 10.543 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Qpathinfo 2505 1.071 19.246 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Qfileinfo 706 5.501 23.959 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Qfsinfo 479 0.652 4.454 2024-02-22T19:19:10.365 INFO:teuthology.orchestra.run.smithi012.stdout: Sfileinfo 250 7.266 25.765 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout: Find 976 0.431 4.331 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout: WriteX 2546 0.020 0.090 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout: ReadX 4768 0.012 2.429 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout: LockX 10 0.467 1.046 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout: UnlockX 10 0.360 0.527 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout: Flush 215 6.745 25.678 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:19:10.366 INFO:teuthology.orchestra.run.smithi012.stdout:Throughput 26.5531 MB/sec 5 clients 5 procs max_latency=39.068 ms 2024-02-22T19:19:10.368 DEBUG:teuthology.parallel:result is None 2024-02-22T19:19:10.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:08.326239+0000 mgr.smithi012.uvcbek (mgr.14744) 300 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 3.8 MiB/s wr, 71 op/s 2024-02-22T19:19:10.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:09.005229+0000 mgr.smithi012.uvcbek (mgr.14744) 301 : cephadm [INF] Upgrade: Updating node-exporter.smithi012 (1/2) 2024-02-22T19:19:10.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:09.005437+0000 mgr.smithi012.uvcbek (mgr.14744) 302 : cephadm [INF] Deploying daemon node-exporter.smithi012 on smithi012 2024-02-22T19:19:11.239 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:09.099073+0000 mgr.smithi012.uvcbek (mgr.14744) 303 : audit [DBG] from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:11.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:09.099073+0000 mgr.smithi012.uvcbek (mgr.14744) 303 : audit [DBG] from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:12.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:10.326882+0000 mgr.smithi012.uvcbek (mgr.14744) 304 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 9.6 MiB/s wr, 278 op/s 2024-02-22T19:19:12.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:10.326882+0000 mgr.smithi012.uvcbek (mgr.14744) 304 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 9.6 MiB/s wr, 278 op/s 2024-02-22T19:19:14.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:14 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:12.327360+0000 mgr.smithi012.uvcbek (mgr.14744) 305 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 36 KiB/s rd, 12 MiB/s wr, 415 op/s 2024-02-22T19:19:14.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:12.327360+0000 mgr.smithi012.uvcbek (mgr.14744) 305 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 332 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 36 KiB/s rd, 12 MiB/s wr, 415 op/s 2024-02-22T19:19:15.841 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:14.327896+0000 mgr.smithi012.uvcbek (mgr.14744) 306 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 304 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 36 KiB/s rd, 13 MiB/s wr, 495 op/s 2024-02-22T19:19:15.842 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:14.745125+0000 mon.smithi012 (mon.0) 727 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:16.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:14.327896+0000 mgr.smithi012.uvcbek (mgr.14744) 306 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 304 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 36 KiB/s rd, 13 MiB/s wr, 495 op/s 2024-02-22T19:19:16.116 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:14.745125+0000 mon.smithi012 (mon.0) 727 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:16.266763+0000 mgr.smithi012.uvcbek (mgr.14744) 307 : cephadm [INF] Upgrade: Updating node-exporter.smithi186 (2/2) 2024-02-22T19:19:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:16.266968+0000 mgr.smithi012.uvcbek (mgr.14744) 308 : cephadm [INF] Deploying daemon node-exporter.smithi186 on smithi186 2024-02-22T19:19:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:16.328485+0000 mgr.smithi012.uvcbek (mgr.14744) 309 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 254 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 13 MiB/s wr, 513 op/s 2024-02-22T19:19:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:16.266763+0000 mgr.smithi012.uvcbek (mgr.14744) 307 : cephadm [INF] Upgrade: Updating node-exporter.smithi186 (2/2) 2024-02-22T19:19:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:16.266968+0000 mgr.smithi012.uvcbek (mgr.14744) 308 : cephadm [INF] Deploying daemon node-exporter.smithi186 on smithi186 2024-02-22T19:19:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:16.328485+0000 mgr.smithi012.uvcbek (mgr.14744) 309 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 254 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 13 MiB/s wr, 513 op/s 2024-02-22T19:19:20.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:18.329031+0000 mgr.smithi012.uvcbek (mgr.14744) 310 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 222 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 31 KiB/s rd, 12 MiB/s wr, 512 op/s 2024-02-22T19:19:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:18.329031+0000 mgr.smithi012.uvcbek (mgr.14744) 310 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 222 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 31 KiB/s rd, 12 MiB/s wr, 512 op/s 2024-02-22T19:19:22.038 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:20.329831+0000 mgr.smithi012.uvcbek (mgr.14744) 311 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.1 MiB/s wr, 459 op/s 2024-02-22T19:19:22.038 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:21.390902+0000 mon.smithi012 (mon.0) 728 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:22.038 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:21.391955+0000 mon.smithi012 (mon.0) 729 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:22.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:20.329831+0000 mgr.smithi012.uvcbek (mgr.14744) 311 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 218 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 9.1 MiB/s wr, 459 op/s 2024-02-22T19:19:22.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:21.390902+0000 mon.smithi012 (mon.0) 728 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:22.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:21.391955+0000 mon.smithi012 (mon.0) 729 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:23.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:22.330476+0000 mgr.smithi012.uvcbek (mgr.14744) 312 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 215 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 3.4 MiB/s wr, 252 op/s 2024-02-22T19:19:24.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:22.330476+0000 mgr.smithi012.uvcbek (mgr.14744) 312 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 215 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 3.4 MiB/s wr, 252 op/s 2024-02-22T19:19:25.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:24.194815+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:25.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:24.330943+0000 mgr.smithi012.uvcbek (mgr.14744) 313 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.1 MiB/s wr, 113 op/s 2024-02-22T19:19:25.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:24.194815+0000 mon.smithi012 (mon.0) 730 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:25.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:24.330943+0000 mgr.smithi012.uvcbek (mgr.14744) 313 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.1 MiB/s wr, 113 op/s 2024-02-22T19:19:27.658 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:26.331381+0000 mgr.smithi012.uvcbek (mgr.14744) 314 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 167 KiB/s wr, 32 op/s 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.143349+0000 mon.smithi012 (mon.0) 731 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.144179+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.144932+0000 mon.smithi012 (mon.0) 733 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.150983+0000 mon.smithi012 (mon.0) 734 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.158376+0000 mon.smithi012 (mon.0) 735 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.161438+0000 mon.smithi012 (mon.0) 736 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.163620+0000 mon.smithi012 (mon.0) 737 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.164855+0000 mon.smithi012 (mon.0) 738 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.166056+0000 mon.smithi012 (mon.0) 739 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.167727+0000 mon.smithi012 (mon.0) 740 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.169375+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.170394+0000 mon.smithi012 (mon.0) 742 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.171353+0000 mon.smithi012 (mon.0) 743 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.659 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.172302+0000 mon.smithi012 (mon.0) 744 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.173266+0000 mon.smithi012 (mon.0) 745 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.174414+0000 mon.smithi012 (mon.0) 746 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.660 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:27.175713+0000 mon.smithi012 (mon.0) 747 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:26.331381+0000 mgr.smithi012.uvcbek (mgr.14744) 314 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 167 KiB/s wr, 32 op/s 2024-02-22T19:19:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.143349+0000 mon.smithi012 (mon.0) 731 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.144179+0000 mon.smithi012 (mon.0) 732 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:27.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.144932+0000 mon.smithi012 (mon.0) 733 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.150983+0000 mon.smithi012 (mon.0) 734 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.158376+0000 mon.smithi012 (mon.0) 735 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.161438+0000 mon.smithi012 (mon.0) 736 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.163620+0000 mon.smithi012 (mon.0) 737 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.164855+0000 mon.smithi012 (mon.0) 738 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.166056+0000 mon.smithi012 (mon.0) 739 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.167727+0000 mon.smithi012 (mon.0) 740 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.169375+0000 mon.smithi012 (mon.0) 741 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.170394+0000 mon.smithi012 (mon.0) 742 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.171353+0000 mon.smithi012 (mon.0) 743 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.172302+0000 mon.smithi012 (mon.0) 744 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.173266+0000 mon.smithi012 (mon.0) 745 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.174414+0000 mon.smithi012 (mon.0) 746 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:27.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:27.175713+0000 mon.smithi012 (mon.0) 747 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:29.579 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:28.331868+0000 mgr.smithi012.uvcbek (mgr.14744) 315 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 48 KiB/s wr, 11 op/s 2024-02-22T19:19:29.579 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:28.616148+0000 mgr.smithi012.uvcbek (mgr.14744) 316 : cephadm [INF] Upgrade: Updating prometheus.smithi012 2024-02-22T19:19:29.579 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:28.624930+0000 mgr.smithi012.uvcbek (mgr.14744) 317 : cephadm [INF] Deploying daemon prometheus.smithi012 on smithi012 2024-02-22T19:19:29.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:28.331868+0000 mgr.smithi012.uvcbek (mgr.14744) 315 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 48 KiB/s wr, 11 op/s 2024-02-22T19:19:29.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:28.616148+0000 mgr.smithi012.uvcbek (mgr.14744) 316 : cephadm [INF] Upgrade: Updating prometheus.smithi012 2024-02-22T19:19:29.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:28.624930+0000 mgr.smithi012.uvcbek (mgr.14744) 317 : cephadm [INF] Deploying daemon prometheus.smithi012 on smithi012 2024-02-22T19:19:31.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:30.332606+0000 mgr.smithi012.uvcbek (mgr.14744) 318 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 39 KiB/s wr, 3 op/s 2024-02-22T19:19:31.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:30.332606+0000 mgr.smithi012.uvcbek (mgr.14744) 318 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 511 B/s rd, 39 KiB/s wr, 3 op/s 2024-02-22T19:19:33.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:32.333030+0000 mgr.smithi012.uvcbek (mgr.14744) 319 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 3.0 KiB/s wr, 1 op/s 2024-02-22T19:19:33.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:32.333030+0000 mgr.smithi012.uvcbek (mgr.14744) 319 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 3.0 KiB/s wr, 1 op/s 2024-02-22T19:19:35.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:34.214900+0000 mon.smithi012 (mon.0) 748 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:35.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:34.215659+0000 mon.smithi012 (mon.0) 749 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:35.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:34.333465+0000 mgr.smithi012.uvcbek (mgr.14744) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-02-22T19:19:35.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:34.214900+0000 mon.smithi012 (mon.0) 748 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:35.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:34.215659+0000 mon.smithi012 (mon.0) 749 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:35.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:34.333465+0000 mgr.smithi012.uvcbek (mgr.14744) 320 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-02-22T19:19:37.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:36.334091+0000 mgr.smithi012.uvcbek (mgr.14744) 321 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:19:37.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:36.334091+0000 mgr.smithi012.uvcbek (mgr.14744) 321 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:19:39.443 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:19:39.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:38.334561+0000 mgr.smithi012.uvcbek (mgr.14744) 322 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:19:39.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:38.334561+0000 mgr.smithi012.uvcbek (mgr.14744) 322 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:19:40.067 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:19:40.067 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (13m) 0s ago 15m 21.3M - 0.20.0 0881eb8f169f 15bebb4ce7df 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (5m) 0s ago 15m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (5m) 15s ago 14m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (13m) 0s ago 14m 31.8M - 6.7.4 557c83e11646 546b0c24da57 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (70s) 0s ago 9m 42.0M - 16.2.14-550-geb66ed92 7403d1862307 ff06eb727b33 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (52s) 15s ago 9m 11.1M - 16.2.14-550-geb66ed92 7403d1862307 381e4b4e6766 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (6m) 0s ago 16m 446M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (5m) 15s ago 14m 387M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (5m) 0s ago 16m 59.0M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (5m) 15s ago 14m 45.9M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (44s) 0s ago 6m 231M - 3.5 7403d1862307 ecad86f99ff1 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (39s) 15s ago 6m 65.9M - 3.5 7403d1862307 96ab17eb5544 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (25s) 0s ago 14m 11.2M - 1.3.1 1dbe0e931976 6a885755368f 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (19s) 15s ago 13m 4966k - 1.3.1 1dbe0e931976 5a5649657631 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (5m) 0s ago 13m 144M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (4m) 0s ago 13m 116M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:19:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (3m) 0s ago 12m 117M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:19:40.069 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (3m) 0s ago 12m 149M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:19:40.069 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (2m) 15s ago 11m 149M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:19:40.069 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (2m) 15s ago 11m 133M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:19:40.069 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (118s) 15s ago 11m 118M 2712M 16.2.14-550-geb66ed92 7403d1862307 0e0d9b968a1f 2024-02-22T19:19:40.069 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (89s) 15s ago 10m 164M 2712M 16.2.14-550-geb66ed92 7403d1862307 a13c643e28ad 2024-02-22T19:19:40.069 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (6s) 0s ago 14m 35.0M - 2.33.4 514e6a882f6e f81000a2628c 2024-02-22T19:19:40.451 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:19:40.451 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:19:40.452 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-22T19:19:40.453 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:19:40.453 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:19:40.766 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "mds", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "osd", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "nfs", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "18/23 daemons upgraded", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading alertmanager daemons", 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:19:40.767 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:19:40.783 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.431268+0000 mgr.smithi012.uvcbek (mgr.14744) 323 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:40.783 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.637323+0000 mon.smithi012 (mon.0) 750 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:40.783 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.735955+0000 mgr.smithi012.uvcbek (mgr.14744) 324 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.938959+0000 mon.smithi012 (mon.0) 751 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.939776+0000 mon.smithi012 (mon.0) 752 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.944342+0000 mon.smithi012 (mon.0) 753 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.949599+0000 mon.smithi012 (mon.0) 754 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.954226+0000 mon.smithi012 (mon.0) 755 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.954617+0000 mgr.smithi012.uvcbek (mgr.14744) 325 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.956136+0000 mon.smithi012 (mon.0) 756 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.958431+0000 mon.smithi012 (mon.0) 757 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.959694+0000 mon.smithi012 (mon.0) 758 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.960897+0000 mon.smithi012 (mon.0) 759 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.962658+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.964251+0000 mon.smithi012 (mon.0) 761 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.965222+0000 mon.smithi012 (mon.0) 762 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.966284+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.967308+0000 mon.smithi012 (mon.0) 764 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.784 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.968314+0000 mon.smithi012 (mon.0) 765 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.785 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.969487+0000 mon.smithi012 (mon.0) 766 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.785 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.970816+0000 mon.smithi012 (mon.0) 767 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.785 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:39.972012+0000 mon.smithi012 (mon.0) 768 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.785 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:40 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:40.451365+0000 mon.smithi012 (mon.0) 769 : audit [DBG] from='client.? 172.21.15.12:0/2761167930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.431268+0000 mgr.smithi012.uvcbek (mgr.14744) 323 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.637323+0000 mon.smithi012 (mon.0) 750 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.735955+0000 mgr.smithi012.uvcbek (mgr.14744) 324 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.938959+0000 mon.smithi012 (mon.0) 751 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.939776+0000 mon.smithi012 (mon.0) 752 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.944342+0000 mon.smithi012 (mon.0) 753 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:40.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.949599+0000 mon.smithi012 (mon.0) 754 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.954226+0000 mon.smithi012 (mon.0) 755 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.954617+0000 mgr.smithi012.uvcbek (mgr.14744) 325 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.956136+0000 mon.smithi012 (mon.0) 756 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.958431+0000 mon.smithi012 (mon.0) 757 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.959694+0000 mon.smithi012 (mon.0) 758 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.960897+0000 mon.smithi012 (mon.0) 759 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.962658+0000 mon.smithi012 (mon.0) 760 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.964251+0000 mon.smithi012 (mon.0) 761 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.965222+0000 mon.smithi012 (mon.0) 762 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.966284+0000 mon.smithi012 (mon.0) 763 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.967308+0000 mon.smithi012 (mon.0) 764 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.968314+0000 mon.smithi012 (mon.0) 765 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.969487+0000 mon.smithi012 (mon.0) 766 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.970816+0000 mon.smithi012 (mon.0) 767 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:39.972012+0000 mon.smithi012 (mon.0) 768 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:40.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:40 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:40.451365+0000 mon.smithi012 (mon.0) 769 : audit [DBG] from='client.? 172.21.15.12:0/2761167930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:42.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:40.047444+0000 mgr.smithi012.uvcbek (mgr.14744) 326 : audit [DBG] from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:42.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:40.335024+0000 mgr.smithi012.uvcbek (mgr.14744) 327 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:19:42.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:40.766675+0000 mgr.smithi012.uvcbek (mgr.14744) 328 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:42.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:40.047444+0000 mgr.smithi012.uvcbek (mgr.14744) 326 : audit [DBG] from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:40.335024+0000 mgr.smithi012.uvcbek (mgr.14744) 327 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-22T19:19:42.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:40.766675+0000 mgr.smithi012.uvcbek (mgr.14744) 328 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:19:43.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:41.515989+0000 mgr.smithi012.uvcbek (mgr.14744) 329 : cephadm [INF] Upgrade: Updating alertmanager.smithi012 2024-02-22T19:19:43.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:42 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:41.522606+0000 mgr.smithi012.uvcbek (mgr.14744) 330 : cephadm [INF] Deploying daemon alertmanager.smithi012 on smithi012 2024-02-22T19:19:43.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:41.515989+0000 mgr.smithi012.uvcbek (mgr.14744) 329 : cephadm [INF] Upgrade: Updating alertmanager.smithi012 2024-02-22T19:19:43.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:42 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:41.522606+0000 mgr.smithi012.uvcbek (mgr.14744) 330 : cephadm [INF] Deploying daemon alertmanager.smithi012 on smithi012 2024-02-22T19:19:44.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:42.335647+0000 mgr.smithi012.uvcbek (mgr.14744) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:44.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:42.335647+0000 mgr.smithi012.uvcbek (mgr.14744) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:46.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:44.336184+0000 mgr.smithi012.uvcbek (mgr.14744) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:46.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:44.336184+0000 mgr.smithi012.uvcbek (mgr.14744) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:48.347 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:46.336812+0000 mgr.smithi012.uvcbek (mgr.14744) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:48.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:46.336812+0000 mgr.smithi012.uvcbek (mgr.14744) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:50.263 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:48.337425+0000 mgr.smithi012.uvcbek (mgr.14744) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:50.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:48.337425+0000 mgr.smithi012.uvcbek (mgr.14744) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:51.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:50.338022+0000 mgr.smithi012.uvcbek (mgr.14744) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:19:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:50.610773+0000 mon.smithi012 (mon.0) 770 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:51.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:50.611510+0000 mon.smithi012 (mon.0) 771 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:51.980 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:50.338022+0000 mgr.smithi012.uvcbek (mgr.14744) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:19:51.980 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:50.610773+0000 mon.smithi012 (mon.0) 770 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:51.980 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:50.611510+0000 mon.smithi012 (mon.0) 771 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:53.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:52.338505+0000 mgr.smithi012.uvcbek (mgr.14744) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:54.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:52.338505+0000 mgr.smithi012.uvcbek (mgr.14744) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:55.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:54.339223+0000 mgr.smithi012.uvcbek (mgr.14744) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:55.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:54.339223+0000 mgr.smithi012.uvcbek (mgr.14744) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.002354+0000 mon.smithi012 (mon.0) 772 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.003108+0000 mon.smithi012 (mon.0) 773 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.003727+0000 mon.smithi012 (mon.0) 774 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.009792+0000 mon.smithi012 (mon.0) 775 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.016990+0000 mon.smithi012 (mon.0) 776 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.020829+0000 mon.smithi012 (mon.0) 777 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.021163+0000 mgr.smithi012.uvcbek (mgr.14744) 338 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.021993+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.022237+0000 mgr.smithi012.uvcbek (mgr.14744) 339 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.028037+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.030200+0000 mon.smithi012 (mon.0) 780 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.036448+0000 mon.smithi012 (mon.0) 781 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.037766+0000 mon.smithi012 (mon.0) 782 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.039215+0000 mon.smithi012 (mon.0) 783 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.040773+0000 mon.smithi012 (mon.0) 784 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.107 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.042548+0000 mon.smithi012 (mon.0) 785 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.043439+0000 mon.smithi012 (mon.0) 786 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.044349+0000 mon.smithi012 (mon.0) 787 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.045346+0000 mon.smithi012 (mon.0) 788 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.046547+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.048009+0000 mon.smithi012 (mon.0) 790 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.049283+0000 mon.smithi012 (mon.0) 791 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.050506+0000 mon.smithi012 (mon.0) 792 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.108 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:56.051633+0000 mon.smithi012 (mon.0) 793 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.002354+0000 mon.smithi012 (mon.0) 772 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.003108+0000 mon.smithi012 (mon.0) 773 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.003727+0000 mon.smithi012 (mon.0) 774 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.009792+0000 mon.smithi012 (mon.0) 775 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.016990+0000 mon.smithi012 (mon.0) 776 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.020829+0000 mon.smithi012 (mon.0) 777 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.021163+0000 mgr.smithi012.uvcbek (mgr.14744) 338 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-22T19:19:57.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.021993+0000 mon.smithi012 (mon.0) 778 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.022237+0000 mgr.smithi012.uvcbek (mgr.14744) 339 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi012.front.sepia.ceph.com:9093"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.028037+0000 mon.smithi012 (mon.0) 779 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.030200+0000 mon.smithi012 (mon.0) 780 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.036448+0000 mon.smithi012 (mon.0) 781 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.037766+0000 mon.smithi012 (mon.0) 782 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.039215+0000 mon.smithi012 (mon.0) 783 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.040773+0000 mon.smithi012 (mon.0) 784 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.042548+0000 mon.smithi012 (mon.0) 785 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.043439+0000 mon.smithi012 (mon.0) 786 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.044349+0000 mon.smithi012 (mon.0) 787 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.045346+0000 mon.smithi012 (mon.0) 788 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.046547+0000 mon.smithi012 (mon.0) 789 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.430 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.048009+0000 mon.smithi012 (mon.0) 790 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.049283+0000 mon.smithi012 (mon.0) 791 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.050506+0000 mon.smithi012 (mon.0) 792 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:57.431 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:56.051633+0000 mon.smithi012 (mon.0) 793 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:19:58.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:56.339824+0000 mgr.smithi012.uvcbek (mgr.14744) 340 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:58.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:57.806899+0000 mon.smithi012 (mon.0) 794 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:58.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:57.812092+0000 mon.smithi012 (mon.0) 795 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:58.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:58 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:57.814494+0000 mon.smithi012 (mon.0) 796 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-22T19:19:58.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:56.339824+0000 mgr.smithi012.uvcbek (mgr.14744) 340 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:19:58.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:57.806899+0000 mon.smithi012 (mon.0) 794 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:58.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:57.812092+0000 mon.smithi012 (mon.0) 795 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:19:58.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:57.814494+0000 mon.smithi012 (mon.0) 796 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-22T19:19:59.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:57.477444+0000 mgr.smithi012.uvcbek (mgr.14744) 341 : cephadm [INF] Upgrade: Updating grafana.smithi012 2024-02-22T19:19:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:19:57.814867+0000 mgr.smithi012.uvcbek (mgr.14744) 342 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-22T19:19:59.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:19:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:19:57.818905+0000 mgr.smithi012.uvcbek (mgr.14744) 343 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-02-22T19:19:59.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:57.477444+0000 mgr.smithi012.uvcbek (mgr.14744) 341 : cephadm [INF] Upgrade: Updating grafana.smithi012 2024-02-22T19:19:59.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:19:57.814867+0000 mgr.smithi012.uvcbek (mgr.14744) 342 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-22T19:19:59.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:19:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:19:57.818905+0000 mgr.smithi012.uvcbek (mgr.14744) 343 : cephadm [INF] Deploying daemon grafana.smithi012 on smithi012 2024-02-22T19:20:00.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:19:58.340467+0000 mgr.smithi012.uvcbek (mgr.14744) 344 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:00.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:00 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:00.000099+0000 mon.smithi012 (mon.0) 797 : cluster [INF] overall HEALTH_OK 2024-02-22T19:20:00.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:19:58.340467+0000 mgr.smithi012.uvcbek (mgr.14744) 344 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:00.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:00.000099+0000 mon.smithi012 (mon.0) 797 : cluster [INF] overall HEALTH_OK 2024-02-22T19:20:02.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:00.340952+0000 mgr.smithi012.uvcbek (mgr.14744) 345 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:02.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:00.340952+0000 mgr.smithi012.uvcbek (mgr.14744) 345 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:04.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:04 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:02.341373+0000 mgr.smithi012.uvcbek (mgr.14744) 346 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:04.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:02.341373+0000 mgr.smithi012.uvcbek (mgr.14744) 346 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:06.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:06 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:04.341835+0000 mgr.smithi012.uvcbek (mgr.14744) 347 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:06.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:04.341835+0000 mgr.smithi012.uvcbek (mgr.14744) 347 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:08.092 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:08 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:06.342354+0000 mgr.smithi012.uvcbek (mgr.14744) 348 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:08.429 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:06.342354+0000 mgr.smithi012.uvcbek (mgr.14744) 348 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:10.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:10 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:08.342846+0000 mgr.smithi012.uvcbek (mgr.14744) 349 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:10.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:08.342846+0000 mgr.smithi012.uvcbek (mgr.14744) 349 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:11.099 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:20:11.329 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:10.343549+0000 mgr.smithi012.uvcbek (mgr.14744) 350 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:11.428 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:10.343549+0000 mgr.smithi012.uvcbek (mgr.14744) 350 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:20:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (21s) 15s ago 15m 16.2M - 0.23.0 ba2b418f427c c3cadb0c7055 2024-02-22T19:20:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (5m) 15s ago 15m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:20:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (5m) 47s ago 14m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:20:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 starting - - - - 2024-02-22T19:20:11.774 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (102s) 15s ago 9m 42.0M - 16.2.14-550-geb66ed92 7403d1862307 ff06eb727b33 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (83s) 47s ago 9m 11.1M - 16.2.14-550-geb66ed92 7403d1862307 381e4b4e6766 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (6m) 15s ago 17m 446M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (6m) 47s ago 14m 387M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (6m) 15s ago 17m 59.2M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (6m) 47s ago 14m 45.9M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (75s) 15s ago 7m 235M - 3.5 7403d1862307 ecad86f99ff1 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (71s) 47s ago 7m 65.9M - 3.5 7403d1862307 96ab17eb5544 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (57s) 15s ago 15m 11.7M - 1.3.1 1dbe0e931976 6a885755368f 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (50s) 47s ago 14m 4966k - 1.3.1 1dbe0e931976 5a5649657631 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (5m) 15s ago 13m 144M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (5m) 15s ago 13m 116M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (4m) 15s ago 13m 117M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (3m) 15s ago 12m 149M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (3m) 47s ago 12m 149M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:20:11.775 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (2m) 47s ago 12m 133M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:20:11.776 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (2m) 47s ago 11m 118M 2712M 16.2.14-550-geb66ed92 7403d1862307 0e0d9b968a1f 2024-02-22T19:20:11.776 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (2m) 47s ago 11m 164M 2712M 16.2.14-550-geb66ed92 7403d1862307 a13c643e28ad 2024-02-22T19:20:11.776 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (38s) 15s ago 14m 55.3M - 2.33.4 514e6a882f6e f81000a2628c 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-22T19:20:12.137 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:12.138 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:20:12.138 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:20:12.138 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:12.138 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:20:12.138 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-22T19:20:12.138 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:20:12.138 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:20:12.442 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:20:12.442 INFO:teuthology.orchestra.run.smithi012.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", 2024-02-22T19:20:12.442 INFO:teuthology.orchestra.run.smithi012.stdout: "in_progress": true, 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "services_complete": [ 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "mds", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "osd", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "mon", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "nfs", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "crash" 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "progress": "18/23 daemons upgraded", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "message": "Currently upgrading grafana daemons", 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout: "is_paused": false 2024-02-22T19:20:12.443 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:20:12.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:11.085375+0000 mgr.smithi012.uvcbek (mgr.14744) 351 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:12.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:11.310045+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:12.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:11.310853+0000 mon.smithi012 (mon.0) 799 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:12.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:11.418638+0000 mgr.smithi012.uvcbek (mgr.14744) 352 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:12.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:11.764766+0000 mgr.smithi012.uvcbek (mgr.14744) 353 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:12.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:12.136760+0000 mon.smithi012 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.12:0/1653210003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:12.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:11.085375+0000 mgr.smithi012.uvcbek (mgr.14744) 351 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:11.310045+0000 mon.smithi012 (mon.0) 798 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:11.310853+0000 mon.smithi012 (mon.0) 799 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:11.418638+0000 mgr.smithi012.uvcbek (mgr.14744) 352 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:11.764766+0000 mgr.smithi012.uvcbek (mgr.14744) 353 : audit [DBG] from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:12.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:12.136760+0000 mon.smithi012 (mon.0) 800 : audit [DBG] from='client.? 172.21.15.12:0/1653210003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:13.605 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:12.344065+0000 mgr.smithi012.uvcbek (mgr.14744) 354 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:13.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:12.442270+0000 mgr.smithi012.uvcbek (mgr.14744) 355 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:13.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:12.344065+0000 mgr.smithi012.uvcbek (mgr.14744) 354 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:13.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:12.442270+0000 mgr.smithi012.uvcbek (mgr.14744) 355 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:15.606 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:14.344498+0000 mgr.smithi012.uvcbek (mgr.14744) 356 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:15.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:14.344498+0000 mgr.smithi012.uvcbek (mgr.14744) 356 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:16.344920+0000 mgr.smithi012.uvcbek (mgr.14744) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:17.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.522122+0000 mon.smithi012 (mon.0) 801 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.522969+0000 mon.smithi012 (mon.0) 802 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.523647+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.527530+0000 mon.smithi012 (mon.0) 804 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.534868+0000 mon.smithi012 (mon.0) 805 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.538925+0000 mon.smithi012 (mon.0) 806 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.539284+0000 mgr.smithi012.uvcbek (mgr.14744) 358 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.540060+0000 mon.smithi012 (mon.0) 807 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.540334+0000 mgr.smithi012.uvcbek (mgr.14744) 359 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.544032+0000 mon.smithi012 (mon.0) 808 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.546176+0000 mon.smithi012 (mon.0) 809 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.549933+0000 mon.smithi012 (mon.0) 810 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.552060+0000 mon.smithi012 (mon.0) 811 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.554525+0000 mon.smithi012 (mon.0) 812 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.556375+0000 mon.smithi012 (mon.0) 813 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.857 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.558228+0000 mon.smithi012 (mon.0) 814 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.559362+0000 mon.smithi012 (mon.0) 815 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.560656+0000 mon.smithi012 (mon.0) 816 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.561843+0000 mon.smithi012 (mon.0) 817 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.562900+0000 mon.smithi012 (mon.0) 818 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.564048+0000 mon.smithi012 (mon.0) 819 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.565276+0000 mon.smithi012 (mon.0) 820 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.566353+0000 mon.smithi012 (mon.0) 821 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.567404+0000 mon.smithi012 (mon.0) 822 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.568457+0000 mon.smithi012 (mon.0) 823 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:20:16.569010+0000 mgr.smithi012.uvcbek (mgr.14744) 360 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.572731+0000 mon.smithi012 (mon.0) 824 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.573391+0000 mon.smithi012 (mon.0) 825 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.577317+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.577899+0000 mon.smithi012 (mon.0) 827 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.858 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.582695+0000 mon.smithi012 (mon.0) 828 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.583244+0000 mon.smithi012 (mon.0) 829 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.588087+0000 mon.smithi012 (mon.0) 830 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.588624+0000 mon.smithi012 (mon.0) 831 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.593048+0000 mon.smithi012 (mon.0) 832 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.593598+0000 mon.smithi012 (mon.0) 833 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.596176+0000 mon.smithi012 (mon.0) 834 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.596721+0000 mon.smithi012 (mon.0) 835 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.599215+0000 mon.smithi012 (mon.0) 836 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.599761+0000 mon.smithi012 (mon.0) 837 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.602271+0000 mon.smithi012 (mon.0) 838 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.602816+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.603319+0000 mon.smithi012 (mon.0) 840 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.605923+0000 mon.smithi012 (mon.0) 841 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.606451+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.609024+0000 mon.smithi012 (mon.0) 843 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-22T19:20:17.859 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.609565+0000 mon.smithi012 (mon.0) 844 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.610039+0000 mon.smithi012 (mon.0) 845 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.610499+0000 mon.smithi012 (mon.0) 846 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.610972+0000 mon.smithi012 (mon.0) 847 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.611457+0000 mon.smithi012 (mon.0) 848 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.614107+0000 mon.smithi012 (mon.0) 849 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cephadm 2024-02-22T19:20:16.614548+0000 mgr.smithi012.uvcbek (mgr.14744) 361 : cephadm [INF] Upgrade: Complete! 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.614890+0000 mon.smithi012 (mon.0) 850 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.616883+0000 mon.smithi012 (mon.0) 851 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.617227+0000 mon.smithi012 (mon.0) 852 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.618431+0000 mon.smithi012 (mon.0) 853 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.618999+0000 mon.smithi012 (mon.0) 854 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.622268+0000 mon.smithi012 (mon.0) 855 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.626809+0000 mon.smithi012 (mon.0) 856 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.860 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.629437+0000 mon.smithi012 (mon.0) 857 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:17.861 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.630653+0000 mon.smithi012 (mon.0) 858 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:20:17.861 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.631247+0000 mon.smithi012 (mon.0) 859 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:20:17.861 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.634615+0000 mon.smithi012 (mon.0) 860 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.861 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:16.639449+0000 mon.smithi012 (mon.0) 861 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:16.344920+0000 mgr.smithi012.uvcbek (mgr.14744) 357 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.522122+0000 mon.smithi012 (mon.0) 801 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.522969+0000 mon.smithi012 (mon.0) 802 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.523647+0000 mon.smithi012 (mon.0) 803 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.527530+0000 mon.smithi012 (mon.0) 804 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.534868+0000 mon.smithi012 (mon.0) 805 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.538925+0000 mon.smithi012 (mon.0) 806 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.539284+0000 mgr.smithi012.uvcbek (mgr.14744) 358 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-22T19:20:17.929 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.540060+0000 mon.smithi012 (mon.0) 807 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.540334+0000 mgr.smithi012.uvcbek (mgr.14744) 359 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi012.front.sepia.ceph.com:3000"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.544032+0000 mon.smithi012 (mon.0) 808 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.546176+0000 mon.smithi012 (mon.0) 809 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.549933+0000 mon.smithi012 (mon.0) 810 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.552060+0000 mon.smithi012 (mon.0) 811 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.554525+0000 mon.smithi012 (mon.0) 812 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.556375+0000 mon.smithi012 (mon.0) 813 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.558228+0000 mon.smithi012 (mon.0) 814 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.559362+0000 mon.smithi012 (mon.0) 815 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.560656+0000 mon.smithi012 (mon.0) 816 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.561843+0000 mon.smithi012 (mon.0) 817 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.562900+0000 mon.smithi012 (mon.0) 818 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.564048+0000 mon.smithi012 (mon.0) 819 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.565276+0000 mon.smithi012 (mon.0) 820 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.566353+0000 mon.smithi012 (mon.0) 821 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.930 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.567404+0000 mon.smithi012 (mon.0) 822 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.568457+0000 mon.smithi012 (mon.0) 823 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:20:16.569010+0000 mgr.smithi012.uvcbek (mgr.14744) 360 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.572731+0000 mon.smithi012 (mon.0) 824 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.573391+0000 mon.smithi012 (mon.0) 825 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.577317+0000 mon.smithi012 (mon.0) 826 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.577899+0000 mon.smithi012 (mon.0) 827 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.582695+0000 mon.smithi012 (mon.0) 828 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.583244+0000 mon.smithi012 (mon.0) 829 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.588087+0000 mon.smithi012 (mon.0) 830 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.588624+0000 mon.smithi012 (mon.0) 831 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.593048+0000 mon.smithi012 (mon.0) 832 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.593598+0000 mon.smithi012 (mon.0) 833 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.596176+0000 mon.smithi012 (mon.0) 834 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.596721+0000 mon.smithi012 (mon.0) 835 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-22T19:20:17.931 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.599215+0000 mon.smithi012 (mon.0) 836 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.599761+0000 mon.smithi012 (mon.0) 837 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.602271+0000 mon.smithi012 (mon.0) 838 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.602816+0000 mon.smithi012 (mon.0) 839 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.603319+0000 mon.smithi012 (mon.0) 840 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.605923+0000 mon.smithi012 (mon.0) 841 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.606451+0000 mon.smithi012 (mon.0) 842 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.609024+0000 mon.smithi012 (mon.0) 843 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.609565+0000 mon.smithi012 (mon.0) 844 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.610039+0000 mon.smithi012 (mon.0) 845 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.610499+0000 mon.smithi012 (mon.0) 846 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.610972+0000 mon.smithi012 (mon.0) 847 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.611457+0000 mon.smithi012 (mon.0) 848 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.614107+0000 mon.smithi012 (mon.0) 849 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cephadm 2024-02-22T19:20:16.614548+0000 mgr.smithi012.uvcbek (mgr.14744) 361 : cephadm [INF] Upgrade: Complete! 2024-02-22T19:20:17.932 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.614890+0000 mon.smithi012 (mon.0) 850 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.616883+0000 mon.smithi012 (mon.0) 851 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.617227+0000 mon.smithi012 (mon.0) 852 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.618431+0000 mon.smithi012 (mon.0) 853 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.618999+0000 mon.smithi012 (mon.0) 854 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.622268+0000 mon.smithi012 (mon.0) 855 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.626809+0000 mon.smithi012 (mon.0) 856 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.629437+0000 mon.smithi012 (mon.0) 857 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.630653+0000 mon.smithi012 (mon.0) 858 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.631247+0000 mon.smithi012 (mon.0) 859 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.634615+0000 mon.smithi012 (mon.0) 860 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:17.933 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:16.639449+0000 mon.smithi012 (mon.0) 861 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:19.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:18.345430+0000 mgr.smithi012.uvcbek (mgr.14744) 362 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:19.928 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:18.345430+0000 mgr.smithi012.uvcbek (mgr.14744) 362 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:22.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:20.345982+0000 mgr.smithi012.uvcbek (mgr.14744) 363 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:22.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:20.704223+0000 mon.smithi012 (mon.0) 862 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:22.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:20.345982+0000 mgr.smithi012.uvcbek (mgr.14744) 363 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:22.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:20.704223+0000 mon.smithi012 (mon.0) 862 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:20:24.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:22.346441+0000 mgr.smithi012.uvcbek (mgr.14744) 364 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:24.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:22.346441+0000 mgr.smithi012.uvcbek (mgr.14744) 364 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:26.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:24.346981+0000 mgr.smithi012.uvcbek (mgr.14744) 365 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:26.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:24.346981+0000 mgr.smithi012.uvcbek (mgr.14744) 365 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:28.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:26.347754+0000 mgr.smithi012.uvcbek (mgr.14744) 366 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:28.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:26.347754+0000 mgr.smithi012.uvcbek (mgr.14744) 366 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:30.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:28.348267+0000 mgr.smithi012.uvcbek (mgr.14744) 367 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:30.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:28.348267+0000 mgr.smithi012.uvcbek (mgr.14744) 367 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:30.348863+0000 mgr.smithi012.uvcbek (mgr.14744) 368 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:32.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:30.348863+0000 mgr.smithi012.uvcbek (mgr.14744) 368 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:34.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:32.349456+0000 mgr.smithi012.uvcbek (mgr.14744) 369 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:34.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:32.349456+0000 mgr.smithi012.uvcbek (mgr.14744) 369 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:36.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:34.349988+0000 mgr.smithi012.uvcbek (mgr.14744) 370 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:36.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:34.349988+0000 mgr.smithi012.uvcbek (mgr.14744) 370 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:38.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:36.350724+0000 mgr.smithi012.uvcbek (mgr.14744) 371 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:38.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:36.350724+0000 mgr.smithi012.uvcbek (mgr.14744) 371 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:38.351449+0000 mgr.smithi012.uvcbek (mgr.14744) 372 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:40.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:38.351449+0000 mgr.smithi012.uvcbek (mgr.14744) 372 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:42.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:40.352091+0000 mgr.smithi012.uvcbek (mgr.14744) 373 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:42.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:40.352091+0000 mgr.smithi012.uvcbek (mgr.14744) 373 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:43.526 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph orch ps' 2024-02-22T19:20:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:42.352652+0000 mgr.smithi012.uvcbek (mgr.14744) 374 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:43.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:42.766416+0000 mgr.smithi012.uvcbek (mgr.14744) 375 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:44.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:42.352652+0000 mgr.smithi012.uvcbek (mgr.14744) 374 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:44.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:42.766416+0000 mgr.smithi012.uvcbek (mgr.14744) 375 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:45.700 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (55s) 29s ago 16m 16.5M - 0.23.0 ba2b418f427c c3cadb0c7055 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (6m) 29s ago 16m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (6m) 81s ago 15m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (34s) 29s ago 15m 39.2M - 8.3.5 dad864ee21e9 7297bb88114a 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (2m) 29s ago 10m 42.0M - 16.2.14-550-geb66ed92 7403d1862307 ff06eb727b33 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (117s) 81s ago 10m 11.1M - 16.2.14-550-geb66ed92 7403d1862307 381e4b4e6766 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (7m) 29s ago 17m 449M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (7m) 81s ago 15m 387M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (6m) 29s ago 17m 59.9M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (6m) 81s ago 15m 45.9M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (109s) 29s ago 7m 235M - 3.5 7403d1862307 ecad86f99ff1 2024-02-22T19:20:45.701 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (105s) 81s ago 7m 65.9M - 3.5 7403d1862307 96ab17eb5544 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (91s) 29s ago 15m 11.9M - 1.3.1 1dbe0e931976 6a885755368f 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (84s) 81s ago 14m 4966k - 1.3.1 1dbe0e931976 5a5649657631 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (6m) 29s ago 14m 144M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (5m) 29s ago 14m 116M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (5m) 29s ago 13m 117M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (4m) 29s ago 13m 149M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (4m) 81s ago 13m 149M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (3m) 81s ago 12m 133M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (3m) 81s ago 12m 118M 2712M 16.2.14-550-geb66ed92 7403d1862307 0e0d9b968a1f 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (2m) 81s ago 12m 164M 2712M 16.2.14-550-geb66ed92 7403d1862307 a13c643e28ad 2024-02-22T19:20:45.702 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (72s) 29s ago 15m 55.5M - 2.33.4 514e6a882f6e f81000a2628c 2024-02-22T19:20:46.032 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:44.353201+0000 mgr.smithi012.uvcbek (mgr.14744) 376 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:46.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:44.353201+0000 mgr.smithi012.uvcbek (mgr.14744) 376 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:46.308 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions' 2024-02-22T19:20:47.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:45.690376+0000 mgr.smithi012.uvcbek (mgr.14744) 377 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:47.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:46 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:45.690376+0000 mgr.smithi012.uvcbek (mgr.14744) 377 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:20:47.978 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:46.353687+0000 mgr.smithi012.uvcbek (mgr.14744) 378 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:48.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:46.353687+0000 mgr.smithi012.uvcbek (mgr.14744) 378 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:20:48.473 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:20:48.474 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:20:48.474 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:20:48.474 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-22T19:20:48.474 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:20:48.474 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:20:49.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:48 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:20:48.472884+0000 mon.smithi012 (mon.0) 863 : audit [DBG] from='client.? 172.21.15.12:0/4052878250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:49.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:48 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:20:48.472884+0000 mon.smithi012 (mon.0) 863 : audit [DBG] from='client.? 172.21.15.12:0/4052878250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:20:49.215 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-22T19:20:49.950 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:48.354089+0000 mgr.smithi012.uvcbek (mgr.14744) 379 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:50.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:48.354089+0000 mgr.smithi012.uvcbek (mgr.14744) 379 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:51.107 INFO:teuthology.orchestra.run.smithi012.stdout:wait for servicemap items w/ changing names to refresh 2024-02-22T19:20:51.757 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'sleep 60' 2024-02-22T19:20:52.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:50.354771+0000 mgr.smithi012.uvcbek (mgr.14744) 380 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:52.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:50.354771+0000 mgr.smithi012.uvcbek (mgr.14744) 380 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:20:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:52.355184+0000 mgr.smithi012.uvcbek (mgr.14744) 381 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:54.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:52.355184+0000 mgr.smithi012.uvcbek (mgr.14744) 381 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:56.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:54.355799+0000 mgr.smithi012.uvcbek (mgr.14744) 382 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:56.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:54.355799+0000 mgr.smithi012.uvcbek (mgr.14744) 382 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:58.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:56.356479+0000 mgr.smithi012.uvcbek (mgr.14744) 383 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:20:58.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:56.356479+0000 mgr.smithi012.uvcbek (mgr.14744) 383 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:00.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:20:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:20:58.357101+0000 mgr.smithi012.uvcbek (mgr.14744) 384 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:00.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:20:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:20:58.357101+0000 mgr.smithi012.uvcbek (mgr.14744) 384 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:02.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:00.357784+0000 mgr.smithi012.uvcbek (mgr.14744) 385 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:02.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:00.357784+0000 mgr.smithi012.uvcbek (mgr.14744) 385 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:04.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:02.358379+0000 mgr.smithi012.uvcbek (mgr.14744) 386 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:04.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:02.358379+0000 mgr.smithi012.uvcbek (mgr.14744) 386 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:06.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:04.359143+0000 mgr.smithi012.uvcbek (mgr.14744) 387 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:06.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:04.359143+0000 mgr.smithi012.uvcbek (mgr.14744) 387 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:06.359821+0000 mgr.smithi012.uvcbek (mgr.14744) 388 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:08.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:06.359821+0000 mgr.smithi012.uvcbek (mgr.14744) 388 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:10.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:08.360277+0000 mgr.smithi012.uvcbek (mgr.14744) 389 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:10.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:08.360277+0000 mgr.smithi012.uvcbek (mgr.14744) 389 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:12.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:10.360994+0000 mgr.smithi012.uvcbek (mgr.14744) 390 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:12.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:10.360994+0000 mgr.smithi012.uvcbek (mgr.14744) 390 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:14.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:12.361696+0000 mgr.smithi012.uvcbek (mgr.14744) 391 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:14.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:12.361696+0000 mgr.smithi012.uvcbek (mgr.14744) 391 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:16.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:14.362256+0000 mgr.smithi012.uvcbek (mgr.14744) 392 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:16.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:14.362256+0000 mgr.smithi012.uvcbek (mgr.14744) 392 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:17.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:16 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:21:16.642186+0000 mon.smithi012 (mon.0) 864 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:21:17.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:21:16.642186+0000 mon.smithi012 (mon.0) 864 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:21:18.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:16.362962+0000 mgr.smithi012.uvcbek (mgr.14744) 393 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:21:16.952783+0000 mon.smithi012 (mon.0) 865 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:21:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:21:16.953399+0000 mon.smithi012 (mon.0) 866 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:21:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:21:16.957373+0000 mon.smithi012 (mon.0) 867 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:21:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:21:16.961979+0000 mon.smithi012 (mon.0) 868 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:21:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:16.362962+0000 mgr.smithi012.uvcbek (mgr.14744) 393 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:21:16.952783+0000 mon.smithi012 (mon.0) 865 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:21:18.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:21:16.953399+0000 mon.smithi012 (mon.0) 866 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:21:18.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:21:16.957373+0000 mon.smithi012 (mon.0) 867 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:21:18.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:21:16.961979+0000 mon.smithi012 (mon.0) 868 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:21:20.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:18.363482+0000 mgr.smithi012.uvcbek (mgr.14744) 394 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:20.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:18.363482+0000 mgr.smithi012.uvcbek (mgr.14744) 394 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:22.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:21 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:20.364309+0000 mgr.smithi012.uvcbek (mgr.14744) 395 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:22.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:20.364309+0000 mgr.smithi012.uvcbek (mgr.14744) 395 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:24.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:22.364927+0000 mgr.smithi012.uvcbek (mgr.14744) 396 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:24.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:23 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:22.364927+0000 mgr.smithi012.uvcbek (mgr.14744) 396 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:26.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:25 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:24.365658+0000 mgr.smithi012.uvcbek (mgr.14744) 397 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:26.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:25 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:24.365658+0000 mgr.smithi012.uvcbek (mgr.14744) 397 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:28.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:27 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:26.366179+0000 mgr.smithi012.uvcbek (mgr.14744) 398 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:28.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:27 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:26.366179+0000 mgr.smithi012.uvcbek (mgr.14744) 398 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:30.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:29 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:28.366784+0000 mgr.smithi012.uvcbek (mgr.14744) 399 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:30.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:29 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:28.366784+0000 mgr.smithi012.uvcbek (mgr.14744) 399 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:32.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:30.367642+0000 mgr.smithi012.uvcbek (mgr.14744) 400 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:32.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:31 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:30.367642+0000 mgr.smithi012.uvcbek (mgr.14744) 400 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:34.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:33 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:32.368107+0000 mgr.smithi012.uvcbek (mgr.14744) 401 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:34.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:33 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:32.368107+0000 mgr.smithi012.uvcbek (mgr.14744) 401 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:36.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:35 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:34.368610+0000 mgr.smithi012.uvcbek (mgr.14744) 402 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:36.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:35 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:34.368610+0000 mgr.smithi012.uvcbek (mgr.14744) 402 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:38.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:37 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:36.369151+0000 mgr.smithi012.uvcbek (mgr.14744) 403 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:38.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:37 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:36.369151+0000 mgr.smithi012.uvcbek (mgr.14744) 403 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:40.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:39 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:38.369694+0000 mgr.smithi012.uvcbek (mgr.14744) 404 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:40.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:39 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:38.369694+0000 mgr.smithi012.uvcbek (mgr.14744) 404 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:42.105 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:41 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:40.370405+0000 mgr.smithi012.uvcbek (mgr.14744) 405 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:42.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:41 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:40.370405+0000 mgr.smithi012.uvcbek (mgr.14744) 405 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:44.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:43 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:42.371011+0000 mgr.smithi012.uvcbek (mgr.14744) 406 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:44.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:43 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:42.371011+0000 mgr.smithi012.uvcbek (mgr.14744) 406 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:46.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:45 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:44.371561+0000 mgr.smithi012.uvcbek (mgr.14744) 407 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:46.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:45 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:44.371561+0000 mgr.smithi012.uvcbek (mgr.14744) 407 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:48.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:47 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:46.372162+0000 mgr.smithi012.uvcbek (mgr.14744) 408 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:48.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:47 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:46.372162+0000 mgr.smithi012.uvcbek (mgr.14744) 408 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:50.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:48.372771+0000 mgr.smithi012.uvcbek (mgr.14744) 409 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:50.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:49 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:48.372771+0000 mgr.smithi012.uvcbek (mgr.14744) 409 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:52.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:50.373428+0000 mgr.smithi012.uvcbek (mgr.14744) 410 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:52.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:51 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:50.373428+0000 mgr.smithi012.uvcbek (mgr.14744) 410 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:21:54.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:53 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:52.374123+0000 mgr.smithi012.uvcbek (mgr.14744) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:54.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:52.374123+0000 mgr.smithi012.uvcbek (mgr.14744) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:54.548 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph orch ps' 2024-02-22T19:21:55.928 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:55 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:54.374849+0000 mgr.smithi012.uvcbek (mgr.14744) 412 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:56.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:54.374849+0000 mgr.smithi012.uvcbek (mgr.14744) 412 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:56.786 INFO:teuthology.orchestra.run.smithi012.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:alertmanager.smithi012 smithi012 *:9093,9094 running (2m) 100s ago 17m 16.5M - 0.23.0 ba2b418f427c c3cadb0c7055 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi012 smithi012 running (7m) 100s ago 17m 6635k - 16.2.14-550-geb66ed92 7403d1862307 acb145dd0b93 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:crash.smithi186 smithi186 running (7m) 2m ago 16m 6643k - 16.2.14-550-geb66ed92 7403d1862307 1fa48bc1c8a4 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:grafana.smithi012 smithi012 *:3000 running (106s) 100s ago 17m 39.2M - 8.3.5 dad864ee21e9 7297bb88114a 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi012.imtlqu smithi012 running (3m) 100s ago 11m 42.0M - 16.2.14-550-geb66ed92 7403d1862307 ff06eb727b33 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:mds.foofs.smithi186.qncdya smithi186 running (3m) 2m ago 11m 11.1M - 16.2.14-550-geb66ed92 7403d1862307 381e4b4e6766 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi012.uvcbek smithi012 *:8443,9283 running (8m) 100s ago 18m 449M - 16.2.14-550-geb66ed92 7403d1862307 e31fe9d68737 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:mgr.smithi186.dmnwef smithi186 *:8443,9283 running (8m) 2m ago 16m 387M - 16.2.14-550-geb66ed92 7403d1862307 5119510cba5c 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi012 smithi012 running (8m) 100s ago 18m 59.9M 2048M 16.2.14-550-geb66ed92 7403d1862307 4784ecce6c21 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:mon.smithi186 smithi186 running (7m) 2m ago 16m 45.9M 2048M 16.2.14-550-geb66ed92 7403d1862307 df92e5494dca 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.0.1.smithi012.mvszri smithi012 *:2049 running (3m) 100s ago 9m 235M - 3.5 7403d1862307 ecad86f99ff1 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:nfs.foo.1.1.smithi186.dbpmwd smithi186 *:2049 running (2m) 2m ago 9m 65.9M - 3.5 7403d1862307 96ab17eb5544 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi012 smithi012 *:9100 running (2m) 100s ago 16m 11.9M - 1.3.1 1dbe0e931976 6a885755368f 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:node-exporter.smithi186 smithi186 *:9100 running (2m) 2m ago 16m 4966k - 1.3.1 1dbe0e931976 5a5649657631 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:osd.0 smithi012 running (7m) 100s ago 15m 144M 1945M 16.2.14-550-geb66ed92 7403d1862307 48518acb7234 2024-02-22T19:21:56.787 INFO:teuthology.orchestra.run.smithi012.stdout:osd.1 smithi012 running (6m) 100s ago 15m 116M 1945M 16.2.14-550-geb66ed92 7403d1862307 d05a743ecb4c 2024-02-22T19:21:56.788 INFO:teuthology.orchestra.run.smithi012.stdout:osd.2 smithi012 running (6m) 100s ago 14m 117M 1945M 16.2.14-550-geb66ed92 7403d1862307 49ad5c0acc3f 2024-02-22T19:21:56.788 INFO:teuthology.orchestra.run.smithi012.stdout:osd.3 smithi012 running (5m) 100s ago 14m 149M 1945M 16.2.14-550-geb66ed92 7403d1862307 b0479e1774db 2024-02-22T19:21:56.788 INFO:teuthology.orchestra.run.smithi012.stdout:osd.4 smithi186 running (5m) 2m ago 14m 149M 2712M 16.2.14-550-geb66ed92 7403d1862307 80572c18d40e 2024-02-22T19:21:56.788 INFO:teuthology.orchestra.run.smithi012.stdout:osd.5 smithi186 running (4m) 2m ago 13m 133M 2712M 16.2.14-550-geb66ed92 7403d1862307 5ead052d9106 2024-02-22T19:21:56.788 INFO:teuthology.orchestra.run.smithi012.stdout:osd.6 smithi186 running (4m) 2m ago 13m 118M 2712M 16.2.14-550-geb66ed92 7403d1862307 0e0d9b968a1f 2024-02-22T19:21:56.788 INFO:teuthology.orchestra.run.smithi012.stdout:osd.7 smithi186 running (3m) 2m ago 13m 164M 2712M 16.2.14-550-geb66ed92 7403d1862307 a13c643e28ad 2024-02-22T19:21:56.788 INFO:teuthology.orchestra.run.smithi012.stdout:prometheus.smithi012 smithi012 *:9095 running (2m) 100s ago 16m 55.5M - 2.33.4 514e6a882f6e f81000a2628c 2024-02-22T19:21:57.459 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions' 2024-02-22T19:21:58.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:56.375283+0000 mgr.smithi012.uvcbek (mgr.14744) 413 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:58.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:21:56.776854+0000 mgr.smithi012.uvcbek (mgr.14744) 414 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:21:58.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:56.375283+0000 mgr.smithi012.uvcbek (mgr.14744) 413 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:21:58.235 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:57 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:21:56.776854+0000 mgr.smithi012.uvcbek (mgr.14744) 414 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:21:59.644 INFO:teuthology.orchestra.run.smithi012.stdout:{ 2024-02-22T19:21:59.644 INFO:teuthology.orchestra.run.smithi012.stdout: "mon": { 2024-02-22T19:21:59.644 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:21:59.644 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "mgr": { 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "osd": { 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 8 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "mds": { 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 2 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "overall": { 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)": 14 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:21:59.645 INFO:teuthology.orchestra.run.smithi012.stdout:} 2024-02-22T19:22:00.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:21:58.375894+0000 mgr.smithi012.uvcbek (mgr.14744) 415 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:00.069 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:21:59 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:21:59.643704+0000 mon.smithi012 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.12:0/3650963526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:22:00.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:21:58.375894+0000 mgr.smithi012.uvcbek (mgr.14744) 415 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:00.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:21:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:21:59.643704+0000 mon.smithi012 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.12:0/3650963526' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:22:00.382 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-22T19:22:02.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:00.376446+0000 mgr.smithi012.uvcbek (mgr.14744) 416 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:22:02.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:01 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:00.376446+0000 mgr.smithi012.uvcbek (mgr.14744) 416 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:22:02.574 INFO:teuthology.orchestra.run.smithi012.stdout:true 2024-02-22T19:22:03.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:02.561734+0000 mon.smithi012 (mon.0) 870 : audit [DBG] from='client.? 172.21.15.12:0/1963344125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:22:03.256 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:02 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:02.561734+0000 mon.smithi012 (mon.0) 870 : audit [DBG] from='client.? 172.21.15.12:0/1963344125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:22:03.281 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -e sha1=eb66ed921e744301e6863be6353618d63967ea59 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-22T19:22:04.016 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:03 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:02.376854+0000 mgr.smithi012.uvcbek (mgr.14744) 417 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:04.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:02.376854+0000 mgr.smithi012.uvcbek (mgr.14744) 417 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:05.474 INFO:teuthology.orchestra.run.smithi012.stdout: "ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable)" 2024-02-22T19:22:06.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:04.377364+0000 mgr.smithi012.uvcbek (mgr.14744) 418 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:06.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:05.462087+0000 mon.smithi012 (mon.0) 871 : audit [DBG] from='client.? 172.21.15.12:0/397375661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:22:06.186 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:04.377364+0000 mgr.smithi012.uvcbek (mgr.14744) 418 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:06.186 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:05 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:05.462087+0000 mon.smithi012 (mon.0) 871 : audit [DBG] from='client.? 172.21.15.12:0/397375661' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-22T19:22:06.207 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-22T19:22:06.208 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-22T19:22:06.209 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- ceph orch ls -f json 2024-02-22T19:22:08.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:07 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:06.377827+0000 mgr.smithi012.uvcbek (mgr.14744) 419 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:08.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:06.377827+0000 mgr.smithi012.uvcbek (mgr.14744) 419 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:08.261 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-02-22T19:22:08.261 INFO:teuthology.orchestra.run.smithi012.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-22T19:03:52.579210Z", "last_refresh": "2024-02-22T19:20:16.515953Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-22T19:03:40.147913Z", "last_refresh": "2024-02-22T19:19:24.188790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-22T19:03:49.979887Z", "last_refresh": "2024-02-22T19:20:16.516094Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-22T19:10:18.799287Z", "last_refresh": "2024-02-22T19:19:24.189389Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-22T19:03:38.789111Z", "last_refresh": "2024-02-22T19:19:24.188932Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi012:172.21.15.12=smithi012", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-22T19:04:53.789790Z", "last_refresh": "2024-02-22T19:19:24.189006Z", "running": 2, "size": 2}}, {"events": ["2024-02-22T19:13:37.624662Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-22T19:12:48.669938Z", "last_refresh": "2024-02-22T19:19:24.189452Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-22T19:03:51.326782Z", "last_refresh": "2024-02-22T19:19:24.189073Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "7403d18623076b313def53d9a4ae24b05fb9f62358c436a81c22d7e96d9d9550", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:44277403522cf37edeee63b04643fd6c6e9416f13c3731a771e3cc8e53b7d010", "last_refresh": "2024-02-22T19:19:24.189138Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-22T19:03:48.603429Z", "last_refresh": "2024-02-22T19:20:16.516230Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-22T19:22:08.980 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-22T19:22:08.981 DEBUG:teuthology.parallel:result is None 2024-02-22T19:22:08.981 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-22T19:22:08.991 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:22:08.991 DEBUG:teuthology.orchestra.run.smithi012:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-22T19:22:09.023 INFO:teuthology.orchestra.run.smithi012.stderr:+ umount /mnt/foo 2024-02-22T19:22:09.052 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-22T19:22:09.060 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:22:09.061 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-22T19:22:10.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:08.256864+0000 mgr.smithi012.uvcbek (mgr.14744) 420 : audit [DBG] from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:22:10.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:09 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:08.378226+0000 mgr.smithi012.uvcbek (mgr.14744) 421 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:10.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:08.256864+0000 mgr.smithi012.uvcbek (mgr.14744) 420 : audit [DBG] from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-22T19:22:10.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:08.378226+0000 mgr.smithi012.uvcbek (mgr.14744) 421 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:11.241 INFO:teuthology.orchestra.run.smithi012.stdout:foo 2024-02-22T19:22:11.925 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-22T19:22:12.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:10.378951+0000 mgr.smithi012.uvcbek (mgr.14744) 422 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:22:12.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:11 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:10.378951+0000 mgr.smithi012.uvcbek (mgr.14744) 422 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-22T19:22:12.956 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:12 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:11.224909+0000 mgr.smithi012.uvcbek (mgr.14744) 423 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:22:13.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:11.224909+0000 mgr.smithi012.uvcbek (mgr.14744) 423 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:22:14.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:12.379695+0000 mgr.smithi012.uvcbek (mgr.14744) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout:[ 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: { 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "export_id": 1, 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "path": "/", 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "cluster_id": "foo", 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "pseudo": "/fake", 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "access_type": "RW", 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "squash": "no_root_squash", 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "security_label": true, 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: "protocols": [ 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: 4 2024-02-22T19:22:14.232 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: "transports": [ 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: "TCP" 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: ], 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: "fsal": { 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: "name": "CEPH", 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: "user_id": "nfs.foo.1", 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: "fs_name": "foofs" 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: }, 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: "clients": [] 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout: } 2024-02-22T19:22:14.233 INFO:teuthology.orchestra.run.smithi012.stdout:] 2024-02-22T19:22:14.264 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:13 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:12.379695+0000 mgr.smithi012.uvcbek (mgr.14744) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:14.911 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-22T19:22:16.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:14.203806+0000 mgr.smithi012.uvcbek (mgr.14744) 425 : audit [DBG] from='client.34440 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:22:16.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:14.380215+0000 mgr.smithi012.uvcbek (mgr.14744) 426 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:16.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:14.926348+0000 mon.smithi012 (mon.0) 872 : cluster [DBG] mgrmap e36: smithi012.uvcbek(active, since 8m), standbys: smithi186.dmnwef 2024-02-22T19:22:16.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:14.203806+0000 mgr.smithi012.uvcbek (mgr.14744) 425 : audit [DBG] from='client.34440 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-22T19:22:16.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:14.380215+0000 mgr.smithi012.uvcbek (mgr.14744) 426 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-22T19:22:16.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:15 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:14.926348+0000 mon.smithi012 (mon.0) 872 : cluster [DBG] mgrmap e36: smithi012.uvcbek(active, since 8m), standbys: smithi186.dmnwef 2024-02-22T19:22:17.035 INFO:teuthology.orchestra.run.smithi012.stdout:foo grace 2024-02-22T19:22:17.035 INFO:teuthology.orchestra.run.smithi012.stdout:foo rec-0000000000000005:nfs.foo.1 2024-02-22T19:22:17.035 INFO:teuthology.orchestra.run.smithi012.stdout:foo rec-0000000000000005:nfs.foo.0 2024-02-22T19:22:17.035 INFO:teuthology.orchestra.run.smithi012.stdout:foo conf-nfs.foo 2024-02-22T19:22:17.035 INFO:teuthology.orchestra.run.smithi012.stdout:foo export-1 2024-02-22T19:22:17.726 DEBUG:teuthology.orchestra.run.smithi012:> 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 e9b66754-d1b4-11ee-95bf-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-22T19:22:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:16.380901+0000 mgr.smithi012.uvcbek (mgr.14744) 427 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-22T19:22:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:16.964616+0000 mon.smithi012 (mon.0) 873 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:22:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:17.338861+0000 mon.smithi012 (mon.0) 874 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:22:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:17.339486+0000 mon.smithi012 (mon.0) 875 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:22:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:17.343419+0000 mon.smithi012 (mon.0) 876 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:22:18.106 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:17 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:17.347971+0000 mon.smithi012 (mon.0) 877 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:22:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:16.380901+0000 mgr.smithi012.uvcbek (mgr.14744) 427 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-22T19:22:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:16.964616+0000 mon.smithi012 (mon.0) 873 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-22T19:22:18.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:17.338861+0000 mon.smithi012 (mon.0) 874 : audit [DBG] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-22T19:22:18.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:17.339486+0000 mon.smithi012 (mon.0) 875 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-22T19:22:18.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:17.343419+0000 mon.smithi012 (mon.0) 876 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:22:18.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:17.347971+0000 mon.smithi012 (mon.0) 877 : audit [INF] from='mgr.14744 172.21.15.12:0/3451177821' entity='mgr.smithi012.uvcbek' 2024-02-22T19:22:19.899 INFO:teuthology.orchestra.run.smithi012.stdout:5 2024-02-22T19:22:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: cluster 2024-02-22T19:22:18.381309+0000 mgr.smithi012.uvcbek (mgr.14744) 428 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-22T19:22:20.179 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: audit 2024-02-22T19:22:19.887208+0000 mon.smithi012 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.12:0/1726398290' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-22T19:22:20.236 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: cluster 2024-02-22T19:22:18.381309+0000 mgr.smithi012.uvcbek (mgr.14744) 428 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 211 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-22T19:22:20.236 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:19 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: audit 2024-02-22T19:22:19.887208+0000 mon.smithi012 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.12:0/1726398290' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-22T19:22:20.514 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-22T19:22:20.524 INFO:tasks.cephadm:Teardown begin 2024-02-22T19:22:20.524 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-22T19:22:20.558 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-22T19:22:20.596 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-22T19:22:20.596 DEBUG:teuthology.orchestra.run.smithi012:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-22T19:22:20.618 DEBUG:teuthology.orchestra.run.smithi186:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-22T19:22:20.656 INFO:tasks.cephadm:Stopping all daemons... 2024-02-22T19:22:20.657 INFO:tasks.cephadm.mon.smithi012:Stopping mon.smithi012... 2024-02-22T19:22:20.657 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012 2024-02-22T19:22:20.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:20 smithi012 systemd[1]: Stopping Ceph mon.smithi012 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:22:20.856 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:20 smithi012 bash[129510]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi012" found: no such container 2024-02-22T19:22:21.355 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:22:20.977+0000 7f6267b4f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi012 -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-22T19:22:21.356 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:20 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012[105713]: debug 2024-02-22T19:22:20.977+0000 7f6267b4f700 -1 mon.smithi012@0(leader) e2 *** Got Signal Terminated *** 2024-02-22T19:22:21.855 INFO:journalctl@ceph.mon.smithi012.smithi012.stdout:Feb 22 19:22:21 smithi012 bash[129550]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi012 2024-02-22T19:22:21.916 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi012.service' 2024-02-22T19:22:21.966 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:22:21.967 INFO:tasks.cephadm.mon.smithi012:Stopped mon.smithi012 2024-02-22T19:22:21.967 INFO:tasks.cephadm.mon.smithi186:Stopping mon.smithi186... 2024-02-22T19:22:21.967 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi186 2024-02-22T19:22:22.375 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:22 smithi186 systemd[1]: Stopping Ceph mon.smithi186 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:22:22.375 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:22 smithi186 bash[70093]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon.smithi186" found: no such container 2024-02-22T19:22:22.678 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:22:22.373+0000 7fea0d319700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi186 -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-22T19:22:22.679 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:22 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186[57768]: debug 2024-02-22T19:22:22.373+0000 7fea0d319700 -1 mon.smithi186@1(peon) e2 *** Got Signal Terminated *** 2024-02-22T19:22:23.178 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Feb 22 19:22:22 smithi186 bash[70132]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-mon-smithi186 2024-02-22T19:22:23.264 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@mon.smithi186.service' 2024-02-22T19:22:23.308 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:22:23.309 INFO:tasks.cephadm.mon.smithi186:Stopped mon.smithi186 2024-02-22T19:22:23.309 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-22T19:22:23.309 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.0 2024-02-22T19:22:23.606 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:22:23 smithi012 systemd[1]: Stopping Ceph osd.0 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:22:23.606 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:22:23 smithi012 bash[129679]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.0" found: no such container 2024-02-22T19:22:24.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:22:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0[109122]: debug 2024-02-22T19:22:23.625+0000 7efefa3e5700 -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-22T19:22:24.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:22:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0[109122]: debug 2024-02-22T19:22:23.625+0000 7efefa3e5700 -1 osd.0 111 *** Got signal Terminated *** 2024-02-22T19:22:24.106 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:22:23 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0[109122]: debug 2024-02-22T19:22:23.625+0000 7efefa3e5700 -1 osd.0 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:22:29.356 INFO:journalctl@ceph.osd.0.smithi012.stdout:Feb 22 19:22:29 smithi012 bash[129718]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-0 2024-02-22T19:22:31.014 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.0.service' 2024-02-22T19:22:31.057 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:22:31.058 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-22T19:22:31.058 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-22T19:22:31.058 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.1 2024-02-22T19:22:31.356 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:22:31 smithi012 systemd[1]: Stopping Ceph osd.1 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:22:31.356 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:22:31 smithi012 bash[129958]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.1" found: no such container 2024-02-22T19:22:31.855 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:22:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1[111598]: debug 2024-02-22T19:22:31.401+0000 7fa9992db700 -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-22T19:22:31.856 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:22:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1[111598]: debug 2024-02-22T19:22:31.401+0000 7fa9992db700 -1 osd.1 111 *** Got signal Terminated *** 2024-02-22T19:22:31.856 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:22:31 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1[111598]: debug 2024-02-22T19:22:31.401+0000 7fa9992db700 -1 osd.1 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:22:37.105 INFO:journalctl@ceph.osd.1.smithi012.stdout:Feb 22 19:22:36 smithi012 bash[129998]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-1 2024-02-22T19:22:38.584 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.1.service' 2024-02-22T19:22:38.632 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:22:38.632 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-22T19:22:38.632 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-22T19:22:38.632 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.2 2024-02-22T19:22:38.856 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:22:38 smithi012 systemd[1]: Stopping Ceph osd.2 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:22:38.856 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:22:38 smithi012 bash[130240]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.2" found: no such container 2024-02-22T19:22:39.356 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:22:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2[114059]: debug 2024-02-22T19:22:38.988+0000 7f01da619700 -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-22T19:22:39.356 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:22:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2[114059]: debug 2024-02-22T19:22:38.988+0000 7f01da619700 -1 osd.2 111 *** Got signal Terminated *** 2024-02-22T19:22:39.356 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:22:38 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2[114059]: debug 2024-02-22T19:22:38.988+0000 7f01da619700 -1 osd.2 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:22:44.605 INFO:journalctl@ceph.osd.2.smithi012.stdout:Feb 22 19:22:44 smithi012 bash[130278]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-2 2024-02-22T19:22:46.178 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.2.service' 2024-02-22T19:22:46.221 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:22:46.221 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-22T19:22:46.222 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-22T19:22:46.222 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.3 2024-02-22T19:22:46.576 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:22:46 smithi012 systemd[1]: Stopping Ceph osd.3 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:22:46.576 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:22:46 smithi012 bash[130515]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.3" found: no such container 2024-02-22T19:22:46.855 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:22:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3[116526]: debug 2024-02-22T19:22:46.574+0000 7f562fa87700 -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-22T19:22:46.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:22:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3[116526]: debug 2024-02-22T19:22:46.574+0000 7f562fa87700 -1 osd.3 111 *** Got signal Terminated *** 2024-02-22T19:22:46.856 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:22:46 smithi012 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3[116526]: debug 2024-02-22T19:22:46.574+0000 7f562fa87700 -1 osd.3 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:22:49.429 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:49 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:49.162+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:50.428 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:50.161+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:51.182 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:50 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:50.928+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:51.662 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:51.181+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:51.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:51.661+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:52.106 INFO:journalctl@ceph.osd.3.smithi012.stdout:Feb 22 19:22:51 smithi012 bash[130557]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-3 2024-02-22T19:22:52.428 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:52.193+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:52.429 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:51 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:51.946+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:52.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:52.647+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:52.928 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:52.435+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.765092+0000 front 2024-02-22T19:22:27.765085+0000 (oldest deadline 2024-02-22T19:22:51.865034+0000) 2024-02-22T19:22:53.428 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:52 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:52.971+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:53.429 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:53.184+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:53.680 DEBUG:teuthology.orchestra.run.smithi012:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.3.service' 2024-02-22T19:22:53.726 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:22:53.726 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-22T19:22:53.726 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-22T19:22:53.726 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.4 2024-02-22T19:22:53.758 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:53.452+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.765092+0000 front 2024-02-22T19:22:27.765085+0000 (oldest deadline 2024-02-22T19:22:51.865034+0000) 2024-02-22T19:22:53.758 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:53.670+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:54.034 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:53 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:53.950+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:54.034 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:53 smithi186 systemd[1]: Stopping Ceph osd.4 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:22:54.034 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:53 smithi186 bash[70264]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.4" found: no such container 2024-02-22T19:22:54.034 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:54.033+0000 7f40fe0d5700 -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-22T19:22:54.428 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:54.033+0000 7f40fe0d5700 -1 osd.4 111 *** Got signal Terminated *** 2024-02-22T19:22:54.428 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:54.033+0000 7f40fe0d5700 -1 osd.4 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:22:54.429 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:54.198+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:54.928 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:54.484+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.765092+0000 front 2024-02-22T19:22:27.765085+0000 (oldest deadline 2024-02-22T19:22:51.865034+0000) 2024-02-22T19:22:54.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:54.656+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:55.428 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:54 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:54.945+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:55.429 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:55.149+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:55.905 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:55.499+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.765092+0000 front 2024-02-22T19:22:27.765085+0000 (oldest deadline 2024-02-22T19:22:51.865034+0000) 2024-02-22T19:22:55.906 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:55.610+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:56.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:55 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:55.905+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:56.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:56.124+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:56.861 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:56.495+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.765092+0000 front 2024-02-22T19:22:27.765085+0000 (oldest deadline 2024-02-22T19:22:51.865034+0000) 2024-02-22T19:22:56.861 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:56.587+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:57.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:56 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:56.861+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:57.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:57.090+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:57.821 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:57.494+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.765092+0000 front 2024-02-22T19:22:27.765085+0000 (oldest deadline 2024-02-22T19:22:51.865034+0000) 2024-02-22T19:22:57.821 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:57.548+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:58.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:57.821+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:58.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:57 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:57.821+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:22:58.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:58.047+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:58.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:58.047+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:22:58.781 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:58.519+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.765092+0000 front 2024-02-22T19:22:27.765085+0000 (oldest deadline 2024-02-22T19:22:51.865034+0000) 2024-02-22T19:22:58.781 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4[60386]: debug 2024-02-22T19:22:58.519+0000 7f40f984f700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:34.066537+0000 front 2024-02-22T19:22:34.066496+0000 (oldest deadline 2024-02-22T19:22:57.566498+0000) 2024-02-22T19:22:58.781 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:58.524+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:59.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:59.022+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:22:59.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:22:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:22:59.022+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:22:59.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:58.781+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:22:59.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:58 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:58.781+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:22:59.678 INFO:journalctl@ceph.osd.4.smithi186.stdout:Feb 22 19:22:59 smithi186 bash[70304]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-4 2024-02-22T19:22:59.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:59.562+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:22:59.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:22:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:22:59.562+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:00.041 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:59.737+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:00.042 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:22:59 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:22:59.737+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:00.306 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:00.041+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:23:00.306 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:00.041+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:23:00.678 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:00.547+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:00.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:00.547+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:00.987 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:00.783+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:00.988 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:00 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:00.783+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:01.382 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:01.020+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:23:01.393 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:01.020+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:23:01.394 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.4.service' 2024-02-22T19:23:01.475 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:23:01.475 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-22T19:23:01.476 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-22T19:23:01.476 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.5 2024-02-22T19:23:01.678 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 systemd[1]: Stopping Ceph osd.5 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:23:01.679 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 bash[70548]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.5" found: no such container 2024-02-22T19:23:01.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:01.521+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:01.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:01.521+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:02.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:01.801+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:02.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:01.801+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:02.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:01.806+0000 7f36e3662700 -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-22T19:23:02.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:01.806+0000 7f36e3662700 -1 osd.5 111 *** Got signal Terminated *** 2024-02-22T19:23:02.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:01.806+0000 7f36e3662700 -1 osd.5 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:23:02.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:01.982+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:23:02.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:01 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:01.982+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:23:02.773 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:02.493+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:02.774 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:02.493+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:03.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:02.773+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:03.179 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:02.773+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:03.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:02.951+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:23:03.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:02 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:02.951+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:23:03.905 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:03.722+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:03.906 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:03.722+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:03.906 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:03.537+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:03.906 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:03.537+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:04.178 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:03.904+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:23:04.178 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:03 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:03.904+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:23:04.924 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:04.714+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:04.924 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:04.714+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:04.924 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:04.550+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:04.924 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:04.550+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:04.925 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:04.550+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:05.178 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:04.923+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:23:05.179 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:04 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:04.923+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:23:05.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:05.676+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:05.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:05.676+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:05.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:05.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:05.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:05.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:05.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:05.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:06.428 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:05.929+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.417595+0000 front 2024-02-22T19:22:27.417472+0000 (oldest deadline 2024-02-22T19:22:49.117452+0000) 2024-02-22T19:23:06.428 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:05 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5[62367]: debug 2024-02-22T19:23:05.929+0000 7f36deddc700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.218413+0000 front 2024-02-22T19:22:33.218424+0000 (oldest deadline 2024-02-22T19:22:57.918353+0000) 2024-02-22T19:23:06.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:06.629+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:06.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:06.629+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:06.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:06.584+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:06.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:06.584+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:06.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:06 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:06.584+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:07.428 INFO:journalctl@ceph.osd.5.smithi186.stdout:Feb 22 19:23:07 smithi186 bash[70588]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-5 2024-02-22T19:23:07.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:07.678+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:07.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:07.678+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:07.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:07.678+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:40.989651+0000 front 2024-02-22T19:22:40.989692+0000 (oldest deadline 2024-02-22T19:23:06.889758+0000) 2024-02-22T19:23:07.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:07.552+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:07.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:07.552+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:07.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:07 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:07.552+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:08.765 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:08.686+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:08.765 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:08.686+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:08.765 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:08.686+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:40.989651+0000 front 2024-02-22T19:22:40.989692+0000 (oldest deadline 2024-02-22T19:23:06.889758+0000) 2024-02-22T19:23:08.765 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:08.601+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:08.765 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:08.601+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:08.765 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:08 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:08.601+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:09.200 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.5.service' 2024-02-22T19:23:09.241 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:23:09.242 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-22T19:23:09.242 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-22T19:23:09.242 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.6 2024-02-22T19:23:09.580 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 systemd[1]: Stopping Ceph osd.6 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:23:09.580 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 bash[70824]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.6" found: no such container 2024-02-22T19:23:09.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:09.624+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:09.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:09.624+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:09.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:09.625+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:09.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:09.578+0000 7f569ee35700 -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-22T19:23:09.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:09.578+0000 7f569ee35700 -1 osd.6 111 *** Got signal Terminated *** 2024-02-22T19:23:09.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:09.578+0000 7f569ee35700 -1 osd.6 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:23:09.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:09.679+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:09.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:09.679+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:09.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:09 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:09.679+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:40.989651+0000 front 2024-02-22T19:22:40.989692+0000 (oldest deadline 2024-02-22T19:23:06.889758+0000) 2024-02-22T19:23:10.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:10.638+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:10.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:10.638+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:10.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:10.638+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:40.989651+0000 front 2024-02-22T19:22:40.989692+0000 (oldest deadline 2024-02-22T19:23:06.889758+0000) 2024-02-22T19:23:10.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:10.619+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:10.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:10.619+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:10.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:10 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:10.619+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:11.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:11.673+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:11.928 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:11.673+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:11.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:11.673+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:40.989651+0000 front 2024-02-22T19:22:40.989692+0000 (oldest deadline 2024-02-22T19:23:06.889758+0000) 2024-02-22T19:23:11.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:11.582+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:11.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:11.582+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:11.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:11 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:11.582+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:12.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:12.585+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:12.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:12.585+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:12.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:12.585+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:12.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:12.717+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:12.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:12.717+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:12.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:12 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:12.717+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:40.989651+0000 front 2024-02-22T19:22:40.989692+0000 (oldest deadline 2024-02-22T19:23:06.889758+0000) 2024-02-22T19:23:13.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:13.627+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:13.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:13.627+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:13.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:13.627+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:13.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:13.723+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:27.087653+0000 front 2024-02-22T19:22:27.087534+0000 (oldest deadline 2024-02-22T19:22:49.987513+0000) 2024-02-22T19:23:13.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:13.723+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:33.488424+0000 front 2024-02-22T19:22:33.488355+0000 (oldest deadline 2024-02-22T19:22:57.588283+0000) 2024-02-22T19:23:13.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:13.723+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:40.989651+0000 front 2024-02-22T19:22:40.989692+0000 (oldest deadline 2024-02-22T19:23:06.889758+0000) 2024-02-22T19:23:13.929 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:13 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6[64261]: debug 2024-02-22T19:23:13.723+0000 7f569bdb2700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:47.990886+0000 front 2024-02-22T19:22:47.990817+0000 (oldest deadline 2024-02-22T19:23:13.290587+0000) 2024-02-22T19:23:14.919 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:14.661+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:14.919 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:14.661+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:14.919 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:14 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:14.661+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:15.178 INFO:journalctl@ceph.osd.6.smithi186.stdout:Feb 22 19:23:15 smithi186 bash[70863]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-6 2024-02-22T19:23:16.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:15.682+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:16.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:15.682+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:16.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:15.682+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:16.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:15 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:15.682+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:51.039852+0000 front 2024-02-22T19:22:51.039878+0000 (oldest deadline 2024-02-22T19:23:15.139761+0000) 2024-02-22T19:23:16.861 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:16.677+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:16.862 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:16.677+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:16.862 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:16.677+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:16.862 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:16 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:16.677+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:51.039852+0000 front 2024-02-22T19:22:51.039878+0000 (oldest deadline 2024-02-22T19:23:15.139761+0000) 2024-02-22T19:23:16.871 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.6.service' 2024-02-22T19:23:16.916 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:23:16.916 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-22T19:23:16.916 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-22T19:23:16.916 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.7 2024-02-22T19:23:17.178 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:16 smithi186 systemd[1]: Stopping Ceph osd.7 for e9b66754-d1b4-11ee-95bf-87774f69a715... 2024-02-22T19:23:17.178 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 bash[71098]: Error: no container with name or ID "ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd.7" found: no such container 2024-02-22T19:23:17.678 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:17.250+0000 7f2efb790700 -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-22T19:23:17.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:17.250+0000 7f2efb790700 -1 osd.7 111 *** Got signal Terminated *** 2024-02-22T19:23:17.679 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:17.250+0000 7f2efb790700 -1 osd.7 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-22T19:23:18.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:17.711+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:18.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:17.711+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:18.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:17.711+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:18.179 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:17 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:17.711+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:51.039852+0000 front 2024-02-22T19:22:51.039878+0000 (oldest deadline 2024-02-22T19:23:15.139761+0000) 2024-02-22T19:23:18.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:18.675+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:18.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:18.675+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:18.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:18.675+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:18.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:18 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:18.675+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:51.039852+0000 front 2024-02-22T19:22:51.039878+0000 (oldest deadline 2024-02-22T19:23:15.139761+0000) 2024-02-22T19:23:19.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:19.627+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:19.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:19.627+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:19.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:19.627+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:19.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:19 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:19.627+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:51.039852+0000 front 2024-02-22T19:22:51.039878+0000 (oldest deadline 2024-02-22T19:23:15.139761+0000) 2024-02-22T19:23:20.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:20.594+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:20.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:20.594+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:20.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:20.594+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:20.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:20.594+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:51.039852+0000 front 2024-02-22T19:22:51.039878+0000 (oldest deadline 2024-02-22T19:23:15.139761+0000) 2024-02-22T19:23:20.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:20 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:20.594+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.186:6804 osd.4 since back 2024-02-22T19:22:57.940889+0000 front 2024-02-22T19:22:57.940832+0000 (oldest deadline 2024-02-22T19:23:20.240852+0000) 2024-02-22T19:23:21.928 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:21.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6806 osd.0 since back 2024-02-22T19:22:26.735559+0000 front 2024-02-22T19:22:26.735750+0000 (oldest deadline 2024-02-22T19:22:51.435512+0000) 2024-02-22T19:23:21.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:21.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6814 osd.1 since back 2024-02-22T19:22:35.536403+0000 front 2024-02-22T19:22:35.536337+0000 (oldest deadline 2024-02-22T19:22:59.036339+0000) 2024-02-22T19:23:21.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:21.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6822 osd.2 since back 2024-02-22T19:22:42.938359+0000 front 2024-02-22T19:22:42.938430+0000 (oldest deadline 2024-02-22T19:23:04.038327+0000) 2024-02-22T19:23:21.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:21.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.12:6830 osd.3 since back 2024-02-22T19:22:51.039852+0000 front 2024-02-22T19:22:51.039878+0000 (oldest deadline 2024-02-22T19:23:15.139761+0000) 2024-02-22T19:23:21.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:21 smithi186 ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7[66134]: debug 2024-02-22T19:23:21.574+0000 7f2ef770b700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.186:6804 osd.4 since back 2024-02-22T19:22:57.940889+0000 front 2024-02-22T19:22:57.940832+0000 (oldest deadline 2024-02-22T19:23:20.240852+0000) 2024-02-22T19:23:22.929 INFO:journalctl@ceph.osd.7.smithi186.stdout:Feb 22 19:23:22 smithi186 bash[71137]: ceph-e9b66754-d1b4-11ee-95bf-87774f69a715-osd-7 2024-02-22T19:23:24.354 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e9b66754-d1b4-11ee-95bf-87774f69a715@osd.7.service' 2024-02-22T19:23:24.398 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-22T19:23:24.398 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-22T19:23:24.398 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 --force --keep-logs 2024-02-22T19:26:19.939 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 --force --keep-logs 2024-02-22T19:26:40.346 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-22T19:26:40.385 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-22T19:26:40.415 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-22T19:26:40.417 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977/remote/ubuntu@smithi012.front.sepia.ceph.com/crash 2024-02-22T19:26:40.418 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/crash -- . 2024-02-22T19:26:40.462 INFO:teuthology.orchestra.run.smithi012.stderr:tar: /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/crash: Cannot open: No such file or directory 2024-02-22T19:26:40.462 INFO:teuthology.orchestra.run.smithi012.stderr:tar: Error is not recoverable: exiting now 2024-02-22T19:26:40.464 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977/remote/ubuntu@smithi186.front.sepia.ceph.com/crash 2024-02-22T19:26:40.465 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/crash -- . 2024-02-22T19:26:40.505 INFO:teuthology.orchestra.run.smithi186.stderr:tar: /var/lib/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/crash: Cannot open: No such file or directory 2024-02-22T19:26:40.506 INFO:teuthology.orchestra.run.smithi186.stderr:tar: Error is not recoverable: exiting now 2024-02-22T19:26:40.507 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-22T19:26:40.507 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-22T19:26:40.539 INFO:teuthology.orchestra.run.smithi012.stdout:2024-02-22T19:07:10.651565+0000 mon.smithi012 (mon.0) 357 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-22T19:26:40.539 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-22T19:26:40.539 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[SEC\]' /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-22T19:26:40.610 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]' /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-22T19:26:40.680 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[WRN\]' /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-22T19:26:40.751 INFO:teuthology.orchestra.run.smithi012.stdout:2024-02-22T19:07:10.651565+0000 mon.smithi012 (mon.0) 357 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-22T19:26:40.751 INFO:tasks.cephadm:Compressing logs... 2024-02-22T19:26:40.751 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T19:26:40.794 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T19:26:40.819 INFO:teuthology.orchestra.run.smithi012.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-22T19:26:40.819 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mds.foofs.smithi012.imtlqu.log 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-volume.log 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.2.log 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mds.foofs.smithi012.imtlqu.log: /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.audit.log 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr: 85.8% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mds.foofs.smithi012.imtlqu.log.gz 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.cephadm.log 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.3.log 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.audit.log: /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.0.log 2024-02-22T19:26:40.822 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.3.log: 84.9% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.cephadm.log.gz 2024-02-22T19:26:40.824 INFO:teuthology.orchestra.run.smithi186.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.6.log 2024-02-22T19:26:40.824 INFO:teuthology.orchestra.run.smithi186.stderr:: No such file or directory 2024-02-22T19:26:40.824 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-volume.log 2024-02-22T19:26:40.824 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.audit.log 2024-02-22T19:26:40.824 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.cephadm.log 2024-02-22T19:26:40.824 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.7.log 2024-02-22T19:26:40.827 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mon.smithi012.log 2024-02-22T19:26:40.827 INFO:teuthology.orchestra.run.smithi012.stderr: 90.9% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-volume.log.gz 2024-02-22T19:26:40.827 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mgr.smithi012.uvcbek.log 2024-02-22T19:26:40.827 INFO:teuthology.orchestra.run.smithi012.stderr: 91.4% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.audit.log.gz 2024-02-22T19:26:40.827 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log 2024-02-22T19:26:40.827 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mon.smithi012.log: /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mgr.smithi012.uvcbek.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.1.log 2024-02-22T19:26:40.828 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.audit.log: /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mgr.smithi186.dmnwef.log 2024-02-22T19:26:40.828 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.7.log: 84.7% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.cephadm.log.gz 2024-02-22T19:26:40.828 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mgr.smithi186.dmnwef.log: gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mon.smithi186.log 2024-02-22T19:26:40.828 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mds.foofs.smithi186.qncdya.log 2024-02-22T19:26:40.828 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mon.smithi186.log: /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mds.foofs.smithi186.qncdya.log: 79.5% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mds.foofs.smithi186.qncdya.log.gz 2024-02-22T19:26:40.828 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log 2024-02-22T19:26:40.828 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log: 91.5% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.audit.log.gz 2024-02-22T19:26:40.829 INFO:teuthology.orchestra.run.smithi186.stderr: 90.2% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-volume.log.gz 2024-02-22T19:26:40.829 INFO:teuthology.orchestra.run.smithi186.stderr: 87.9% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log.gz 2024-02-22T19:26:40.829 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.4.log 2024-02-22T19:26:40.829 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.5.log 2024-02-22T19:26:40.829 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log: /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.1.log: 88.0% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph.log.gz 2024-02-22T19:26:40.829 INFO:teuthology.orchestra.run.smithi012.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-22T19:26:40.831 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.4.log: /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-22T19:26:40.840 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/cephadm.log: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-22T19:26:40.845 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/cephadm.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-22T19:26:40.856 INFO:teuthology.orchestra.run.smithi186.stderr: 89.2% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mgr.smithi186.dmnwef.log.gz 2024-02-22T19:26:41.091 INFO:teuthology.orchestra.run.smithi012.stderr: 90.9% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mgr.smithi012.uvcbek.log.gz 2024-02-22T19:26:41.163 INFO:teuthology.orchestra.run.smithi186.stderr: 92.7% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mon.smithi186.log.gz 2024-02-22T19:26:41.624 INFO:teuthology.orchestra.run.smithi012.stderr: 91.6% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-mon.smithi012.log.gz 2024-02-22T19:26:44.835 INFO:teuthology.orchestra.run.smithi012.stderr: 94.3% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.2.log.gz 2024-02-22T19:26:46.040 INFO:teuthology.orchestra.run.smithi186.stderr: 94.2% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.6.log.gz 2024-02-22T19:26:46.267 INFO:teuthology.orchestra.run.smithi186.stderr: 93.9% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.4.log.gz 2024-02-22T19:26:46.976 INFO:teuthology.orchestra.run.smithi012.stderr: 94.1% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.1.log.gz 2024-02-22T19:26:47.450 INFO:teuthology.orchestra.run.smithi012.stderr: 94.0% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.0.log.gz 2024-02-22T19:26:47.621 INFO:teuthology.orchestra.run.smithi012.stderr: 94.0% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.3.log.gz 2024-02-22T19:26:47.623 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-02-22T19:26:47.623 INFO:teuthology.orchestra.run.smithi012.stderr:real 0m6.814s 2024-02-22T19:26:47.623 INFO:teuthology.orchestra.run.smithi012.stderr:user 0m23.746s 2024-02-22T19:26:47.624 INFO:teuthology.orchestra.run.smithi012.stderr:sys 0m0.928s 2024-02-22T19:26:47.684 INFO:teuthology.orchestra.run.smithi186.stderr: 94.1% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.5.log.gz 2024-02-22T19:26:49.735 INFO:teuthology.orchestra.run.smithi186.stderr: 94.1% -- replaced with /var/log/ceph/e9b66754-d1b4-11ee-95bf-87774f69a715/ceph-osd.7.log.gz 2024-02-22T19:26:49.737 INFO:teuthology.orchestra.run.smithi186.stderr: 2024-02-22T19:26:49.737 INFO:teuthology.orchestra.run.smithi186.stderr:real 0m8.926s 2024-02-22T19:26:49.737 INFO:teuthology.orchestra.run.smithi186.stderr:user 0m25.763s 2024-02-22T19:26:49.737 INFO:teuthology.orchestra.run.smithi186.stderr:sys 0m1.042s 2024-02-22T19:26:49.737 INFO:tasks.cephadm:Archiving logs... 2024-02-22T19:26:49.737 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977/remote/ubuntu@smithi012.front.sepia.ceph.com/log 2024-02-22T19:26:49.739 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-22T19:26:52.876 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977/remote/ubuntu@smithi186.front.sepia.ceph.com/log 2024-02-22T19:26:52.877 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-22T19:26:56.479 INFO:tasks.cephadm:Removing cluster... 2024-02-22T19:26:56.480 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 --force 2024-02-22T19:26:56.835 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e9b66754-d1b4-11ee-95bf-87774f69a715 --force 2024-02-22T19:26:57.190 INFO:tasks.cephadm:Removing cephadm ... 2024-02-22T19:26:57.190 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-22T19:26:57.209 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-22T19:26:57.226 INFO:tasks.cephadm:Teardown complete 2024-02-22T19:26:57.226 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-22T19:26:57.237 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-22T19:26:57.237 DEBUG:teuthology.orchestra.run.smithi012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-22T19:26:57.251 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-22T19:26:57.266 INFO:teuthology.orchestra.run.smithi012.stderr:bash: ntpq: command not found 2024-02-22T19:26:57.271 INFO:teuthology.orchestra.run.smithi012.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-22T19:26:57.271 INFO:teuthology.orchestra.run.smithi012.stdout:=============================================================================== 2024-02-22T19:26:57.271 INFO:teuthology.orchestra.run.smithi012.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 2 +415us[ +392us] +/- 98ms 2024-02-22T19:26:57.271 INFO:teuthology.orchestra.run.smithi012.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -337us[ -360us] +/- 54ms 2024-02-22T19:26:57.271 INFO:teuthology.orchestra.run.smithi012.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 +177us[ +155us] +/- 82ms 2024-02-22T19:26:57.271 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:26:57.282 INFO:teuthology.orchestra.run.smithi186.stderr:bash: ntpq: command not found 2024-02-22T19:26:57.287 INFO:teuthology.orchestra.run.smithi186.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-22T19:26:57.287 INFO:teuthology.orchestra.run.smithi186.stdout:=============================================================================== 2024-02-22T19:26:57.288 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 0 +411us[ +411us] +/- 98ms 2024-02-22T19:26:57.288 INFO:teuthology.orchestra.run.smithi186.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -336us[ -343us] +/- 54ms 2024-02-22T19:26:57.288 INFO:teuthology.orchestra.run.smithi186.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 +179us[ +172us] +/- 82ms 2024-02-22T19:26:57.288 INFO:teuthology.orchestra.run.smithi186.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-22T19:26:57.288 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-22T19:26:57.297 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-22T19:26:57.298 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-22T19:26:57.306 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T19:26:57.376 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T19:26:57.436 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T19:26:57.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T19:26:57.466 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T19:26:57.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T19:26:57.495 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-22T19:26:57.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-22T19:26:57.710 INFO:teuthology.task.internal:Duration was 2609.009087 seconds 2024-02-22T19:26:57.710 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-22T19:26:57.739 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-22T19:26:57.739 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-22T19:26:57.741 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-22T19:26:57.787 INFO:teuthology.orchestra.run.smithi186.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-22T19:26:57.789 INFO:teuthology.orchestra.run.smithi012.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-22T19:26:58.190 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-22T19:26:58.190 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi012.front.sepia.ceph.com 2024-02-22T19:26:58.191 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T19:26:58.216 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2024-02-22T19:26:58.216 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T19:26:58.239 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-22T19:26:58.239 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-22T19:26:58.258 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-22T19:26:58.339 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-22T19:26:58.339 DEBUG:teuthology.orchestra.run.smithi012:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-22T19:26:58.342 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-22T19:26:58.472 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-22T19:26:58.483 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-22T19:26:58.483 DEBUG:teuthology.orchestra.run.smithi012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-22T19:26:58.511 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-22T19:26:58.538 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-22T19:26:58.549 DEBUG:teuthology.orchestra.run.smithi012:> 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-22T19:26:58.553 DEBUG:teuthology.orchestra.run.smithi186:> 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-22T19:26:58.578 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = core 2024-02-22T19:26:58.605 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2024-02-22T19:26:58.628 DEBUG:teuthology.orchestra.run.smithi012:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-22T19:26:58.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T19:26:58.661 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-22T19:26:58.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-22T19:26:58.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-22T19:26:58.695 INFO:teuthology.task.internal:Transferring archived files... 2024-02-22T19:26:58.696 DEBUG:teuthology.misc:Transferring archived files from smithi012:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977/remote/smithi012 2024-02-22T19:26:58.697 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-22T19:26:58.746 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977/remote/smithi186 2024-02-22T19:26:58.747 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-22T19:26:58.787 INFO:teuthology.task.internal:Removing archive directory... 2024-02-22T19:26:58.787 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-22T19:26:58.789 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-22T19:26:58.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-22T19:26:58.851 INFO:teuthology.task.internal:Not uploading archives. 2024-02-22T19:26:58.851 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-22T19:26:58.951 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-22T19:26:58.952 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-22T19:26:58.954 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-22T19:26:58.969 INFO:teuthology.orchestra.run.smithi012.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 19:26 /home/ubuntu/cephtest 2024-02-22T19:26:58.971 INFO:teuthology.orchestra.run.smithi186.stdout: 525634 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 19:26 /home/ubuntu/cephtest 2024-02-22T19:26:58.972 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-22T19:26:58.983 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-22T19:26:59.068 INFO:teuthology.nuke:Checking targets against current locks 2024-02-22T19:26:59.095 DEBUG:teuthology.nuke:shortname: smithi012 2024-02-22T19:26:59.095 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-22T19:26:59.119 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977', '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-22 18:18:47.473060', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDfGOyUsJ4zv6av+tL3IIEzgs/pDzI81nx/Eg0c4iTOWbQmw00Of02A9J0oPIE4FG9q3JY6LeQM5BQNXsCByn2Y='} 2024-02-22T19:26:59.122 DEBUG:teuthology.nuke:shortname: smithi186 2024-02-22T19:26:59.122 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-22T19:26:59.147 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_18:15:46-rados-pacific-release-distro-default-smithi/7570977', '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-22 18:18:47.474451', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBuwf5glERkwkTTRPxoB3irNp9h81jROs+3UXGdGXe5c4ZLvWI+eErmXePCK41xuyTdeDkAFicf/zA4vpbw9gq4='} 2024-02-22T19:26:59.176 INFO:teuthology.orchestra.console.smithi012:Power off 2024-02-22T19:26:59.176 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-22T19:26:59.199 DEBUG:teuthology.orchestra.console.smithi012:power off output: Chassis Power Control: Down/Off 2024-02-22T19:26:59.200 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-22T19:26:59.217 INFO:teuthology.orchestra.console.smithi186:Power off 2024-02-22T19:26:59.217 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-22T19:26:59.225 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-02-22T19:26:59.240 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2024-02-22T19:26:59.240 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-22T19:26:59.271 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-02-22T19:27:03.227 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-22T19:27:03.272 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-22T19:27:03.338 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-02-22T19:27:03.382 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2024-02-22T19:27:07.343 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-22T19:27:07.383 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-22T19:27:07.453 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is off 2024-02-22T19:27:07.492 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2024-02-22T19:27:07.554 INFO:teuthology.orchestra.console.smithi012:Power off completed 2024-02-22T19:27:07.593 INFO:teuthology.orchestra.console.smithi186:Power off completed 2024-02-22T19:27:07.696 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: 2609.009087085724 failure_reason: '"2024-02-22T19:07:10.651565+0000 mon.smithi012 (mon.0) 357 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' owner: scheduled_yuriw@teuthology success: false 2024-02-22T19:27:07.697 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-22T19:27:07.801 INFO:teuthology.run:FAIL